home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 49 / PC Gamer IT CD 49 2-2.iso / rally_champ / FILES / LOCALE / LEXICON.TXT < prev   
Text File  |  1999-07-26  |  76KB  |  2,309 lines

  1. ; LEXICON.TXT  21st April 1999
  2. ;
  3. ; English language version of text for Rally 5
  4. ;
  5. ; format: <label> <message>
  6. ;
  7. ; Special symbol codes
  8. ; --------------------
  9. ;    ;    comment (use \; for ;)
  10. ;    \n    newline character
  11. ;    \t    tab character
  12. ;    \s    space character
  13. ;    \X    move back X pixels (X=1..8)
  14. ;    \#HH    hex character $HH
  15. ;    \\    \ character
  16. ;    \{    { character
  17. ;    \}    } character
  18. ;    \;    ; character
  19. ;    {...}    group as unsplittable
  20. ;    {}    null phrase
  21. ;    \#0E\#xx delta x
  22. ;    \#0F\#yy delta y
  23.  
  24.  
  25. ; =========================================================================
  26. ;                        NOTES TO THE TRANSLATORS
  27. ;                        ------------------------
  28. ; Special Symbols
  29. ; ---------------
  30. ; Only a few of these special symbols (above) have been used. Do not
  31. ; alter these symbols where they appear in the text - they are important.
  32. ; The only exception to this is the "\n" symbol - this is explained below.
  33. ; They always start with "\" and then a single letter/digit, or "\#" and
  34. ; two digits. These characters are not part of the main text - please don't
  35. ; translate!
  36. ;
  37. ; For example: "Leg\s" is "Leg" followed by a space, just translate the
  38. ; "Leg" part and tack the "\s" on the end such as "Etape\s" for French.
  39. ;
  40. ; A "\n" breaks a phrase onto two lines eg "Road\nSection" appears as
  41. ;
  42. ;    Road
  43. ;    Section
  44. ;
  45. ; When translating place the "\n" between the words such that both parts
  46. ; are roughly equal in length. The above could be "Secteur\nDe Liaison".
  47. ; Conversely, if the translation is only a single word then delete the "\n".
  48.  
  49. ; Alphabet
  50. ; --------
  51. ; This file uses the ISO Latin1 (ECMA-94) alphabet and supports characters
  52. ; containing diacritical marks, non-English characters and symbols.
  53.  
  54. ; To you and me the same character set used by the Amiga and Windows.
  55.  
  56. ; A few extensions to the Latin1 alphabet have been used. These have
  57. ; been chosen so that they are compatible with the Windows alphabet
  58. ; as used by Arial and Times Roman fonts. The extra characters are:
  59.  
  60. ;    \/
  61. ;    S = 138 decimal = 8A hex = \#8A for this file (see Skoda below)
  62. ;    and lower case = 154 = \#9A
  63.  
  64. ; Latin1 should cover all of the Western European languages but if this
  65. ; is to be translated into an Eastern European language then the
  66. ; additional characters from ISO Latin2 might have to be included.
  67.  
  68. ; If your translation requires characters that are not in the Latin1
  69. ; alphabet or the extensions above then place the characters into
  70. ; the translation as normal and put a note somewhere in this file
  71. ; (near the top) describing the characters you require, what they
  72. ; should look like and if possible the character code for them
  73. ; (hexadecimal or decimal).
  74.  
  75. ; The program Character Map in Windows will tell you these codes.
  76.  
  77. ; For example, if you used acute-Z which is character 143 in the font,
  78. ; then put a note saying:
  79. ;
  80. ;    '
  81. ;    Z (acute Z) = 143
  82. ;
  83. ; When I look at the translation I can then work out which characters
  84. ; have to go into the final font and where, even if I can't display
  85. ; the characters from this file properly.
  86.  
  87. ; Important
  88. ; ---------
  89. ; Don't change any of the names in the left hand column or move any lines.
  90.  
  91. ; Other stuff
  92. ; -----------
  93. ; I've included notes with the text to try to explain the context that
  94. ; the text appears in. Usually the label in the left hand column will
  95. ; describe the context adequately. A "T" at the end of the label
  96. ; indicates text for the title of a screen if this is important.
  97. ; I hope it is clear enough - if there are a few possible translations
  98. ; then duplicate the line (the left hand column) with each translation
  99. ; and include a comment above the line to describe the context that the
  100. ; text would apply.
  101.  
  102. ; The screens have been designed to allow enough space for most
  103. ; translations but do try to keep the translation to similar lengths.
  104. ; If, however, the translation is much longer that the English then
  105. ; try to include several versions with abbreviations as required.
  106. ; Some of the English words fit into a tight space and are noted
  107. ; in this file - these translations will have to be kept short.
  108.  
  109. ; Danny Hartley
  110. ; danny@magneticfields.co.uk
  111. ;
  112. ; =========================================================================
  113. ; INFO FOR RUSSIAN AND CHINESE/JAPANESE TRANSLATIONS TO GO HERE...
  114. ; =========================================================================
  115.  
  116.  
  117.  
  118. ; LEXICON SYSTEM INFO
  119.  
  120. tokNull            {}
  121. tokVersionString    {$VER: English 5.0 (21.4.1998)\#00}
  122.  
  123. ; LOCALE MISCELLANEOUS
  124.  
  125. tokLowercase        {α└ß┴Γ┬π├Σ─σ┼µ╞τ╟Φ╚Θ╔Ω╩δ╦∞╠φ═ε╬∩╧≡╨±╤≥╥≤╙⌠╘⌡╒÷╓°╪∙┘·┌√█ⁿ▄²▌■▐}
  126. tokSortAlias        {aαßΓπΣσµcτd≡eΦΘΩδi∞φε∩n±o≥≤⌠⌡÷°t■s▀u∙·√ⁿy² }
  127. tokStringCursor        _
  128.  
  129. ; SETUP
  130.  
  131. tokRallyTitleT        RALLY CHAMPIONSHIP
  132. tokWelcomeT             \n\nWelcome to the\nPC Format Rally Championship playable demo\n\nrequires P266, 8Mb 3D card, 32Mb and DX5
  133. tokInstall        install
  134. tokPlay            play
  135. tokUninstall        uninstall
  136. tokExitInstall        exit
  137.  
  138. ; INSTALLATION
  139.  
  140. tokInstallationT    installation
  141. tokSelLanguage        please select a language
  142. tokSelKeyboard        please select a keyboard layout
  143. tokSelDrive        please select a destination drive
  144. tokSelDirectory        please enter a destination directory
  145. tokDefDrive        c:
  146. tokDefDirectory        \\rc\\
  147. tokSelInstallLevel    please select type of installation
  148. tokInstallSmall        small (2Mb)
  149. tokInstallNormal    normal (150Mb)
  150. tokInstallFull        full (300Mb)
  151. tokAvailableSpace    available drive space
  152. tokKilobytes        Kb
  153. tokMegabytes        Mb
  154. tokGigabytes        Gb
  155. tokInvalidDrive        \nyou have selected an invalid drive
  156. tokInvalidDirectory    \nyou have selected an invalid directory
  157. tokSelAnotherDrive    please select another drive
  158. tokSelAnotherDirectory    please select another directory
  159. tokNotEnoughSpace    \nnot enough space available on drive
  160. tokProceed        proceed anyway
  161. tokCopyingFiles        copying files...
  162. tokAmountInstalled    amount installed
  163. tokInstallError        drive error occurred during installation
  164. tokInstallComplete    installation completed
  165. tokRunningSoundSetup    running sound setup program...
  166. tokInstallAbort        install aborted
  167. tokFreeAndRerun        please free up some disk space\nand then re-run Rally Setup
  168.  
  169. tokInstallDirectX    install DirectX 6 now?
  170. tokInstallDirectMedia    install DirectX Media now?
  171.  
  172. tokUninstallationT    uninstallation
  173. tokUninstallConfirm    are you sure you want to remove\nRally Championship?
  174. tokRemove        remove
  175. tokUninstalling        uninstalling...
  176. tokUninstallError    drive error occurred during uninstallation
  177. tokUninstallAbort    uninstall aborted
  178.  
  179. tokUpgradeInstallT    upgrade installation
  180. tokInstallingUpgrade    installing upgrade...
  181.  
  182. tokCancel        cancel
  183.  
  184. ;NOTE:
  185. ;T for Title
  186. ;L for Label
  187. ;B for Button Text
  188.  
  189. ; CREDITS AND ACKNOWLEDGEMENTS
  190.  
  191. ; LOADING SCREEN STUFF
  192. tokLoading        LOADING
  193.  
  194.  
  195. ; SAVE/LOAD DECRIPTION DEFAULTS
  196.  
  197. ;** INITIAL SAVE GAME NAMES: "game 00" to "game 99"
  198. tokGame            game\s
  199. ;** INITIAL CAR SETUP NAMES: "car setup 00" to "car setup 99"
  200. tokCarset        car setup\s
  201. ;** INITIAL REPLAY NAMES: "replay 00" to "replay 99"
  202. tokReplay        replay\s
  203.  
  204. ; CO-DRIVER MESSAGES
  205.  
  206. tokWhereAreYouGoing    where do you think you're going?\#AF
  207. tokturnAround        turn around
  208.  
  209.  
  210.  
  211.  
  212. ; REPLAY TEXT
  213.  
  214. tokCurrentTime        current
  215. tokTotalTime        total
  216.  
  217. ; REPLAY CAMERA TYPES
  218.  
  219. tokCameraType00        random
  220. tokCameraType01        random dynamic
  221. tokCameraType02        random fixed
  222. tokCameraType03        chase 1
  223. tokCameraType04        chase 2
  224. tokCameraType05        chase 3
  225. tokCameraType06        front low
  226. tokCameraType07        front medium
  227. tokCameraType08        left side low
  228. tokCameraType09        left side high
  229. tokCameraType10        right side low
  230. tokCameraType11        right side high
  231. tokCameraType12        front left 3/4
  232. tokCameraType13        front right 3/4
  233. tokCameraType14        back left 3/4
  234. tokCameraType15        back right 3/4
  235. tokCameraType16        front bumper
  236. tokCameraType17        rear bumper
  237. tokCameraType18        bonnet
  238. tokCameraType19        roof rear
  239. tokCameraType20        front left wheel facing forwards
  240. tokCameraType21        front right wheel facing forwards
  241. tokCameraType22        back left wheel facing backwards
  242. tokCameraType23        back right wheel facing backwards
  243. tokCameraType24        looking into car through windscreen
  244. tokCameraType25        looking into car through left window
  245. tokCameraType26        looking into car through right window
  246. tokCameraType27        driver
  247. tokCameraType28        interior
  248. tokCameraType29        front wide-angle zoom in
  249. tokCameraType30        front wide-angle zoom out
  250. tokCameraType31        front to back transition
  251. tokCameraType32        back to front transition
  252. tokCameraType33        rotate around car from back
  253. tokCameraType34        rotate around car from front
  254. tokCameraType35        road fixed flip
  255. tokCameraType36        road fixed flip and zoom
  256. tokCameraType37        road up/down
  257. tokCameraType38        road up/down and zoom
  258. tokCameraType39        road down/up
  259. tokCameraType40        road down/up and zoom
  260. tokCameraType41        trackside fixed flip
  261. tokCameraType42        trackside pan
  262. tokCameraType43        trackside pan and zoom
  263. tokCameraType44        trackside pan and up/down
  264. tokCameraType45        trackside pan, up/down and zoom
  265. tokCameraType46        trackside pan and down/up
  266. tokCameraType47        trackside pan, down/up and zoom
  267.  
  268. ;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  269. ; STUFF TO BE REMOVED LATER COS    IT'S FOR DEBUG ONLY
  270.  
  271.  
  272.  
  273. tokDBjoyaxis        num axis
  274. tokDBjoybutts        num buttons
  275. tokDBjoyattached    joy attached
  276. tokDBjoyfffound        ff found
  277. tokDBjoyguid        guid
  278. tokDBjoyinstance    instance
  279. tokDBjoyproduct        product id
  280. tokDBJoy1X        J1_X
  281. tokDBJoy1Y        J1_Y
  282. tokDBJoy1Z        J1_Z
  283. tokDBJoy1F        J1_F
  284. tokDBJoy2X        J2_X
  285. tokDBJoy2Y        J2_Y
  286. tokDBJoy2Z        J2_Z
  287. tokDBJoy2F        J2_F
  288. tokDBJoyResult        Controller Result
  289. tokDBMiniRalWon        rally won\nreplay to be called\nfrom here
  290. tokDBP1TRem        time remain(arc p1)
  291. tokDBP1Pos        finish pos(arc p1)
  292. tokDBArcGOver        arcade gameover flag
  293.  
  294.  
  295. tokBestPossTime        best possible time
  296. tokDriver        driver
  297. tokCoDriver        co-driver
  298. tokCarDriven        car num
  299. tokStatus        status
  300. tokTimeTaken        time taken
  301. tokDBEngine        engine
  302. tokDBClutch        clutch
  303. tokDBGearbox        gearbox
  304. tokDBBrakes        brakes
  305. tokDBCooling        cooling
  306. tokDBTurbo        turbo
  307. tokDBSteering        steering
  308. tokDBElectrics        electrics
  309. tokDBLights        lights
  310. tokDBExhaust        exhaust
  311. tokDBSuspension        suspension
  312. tokDBBodywork        bodywork
  313.  
  314. tokDBGameOverT        GAME OVER
  315. tokDBGameOver        sorry... you lost
  316.  
  317. tokDBSkill        skill
  318. tokDBStyle        style
  319. tokDBFitness        fitness
  320.  
  321. tokDBGroup        driver group
  322.  
  323. tokDBHundredths        hundredths
  324. tokDBSeconds        seconds
  325. tokDBMinutes        minutes
  326.  
  327. tokDBIncTime        +
  328. tokDBSubTime        -
  329. tokDBIncTimeS        ++
  330. tokDBSubTimeS        --
  331. tokDBIncTimeM        +++
  332. tokDBSubTimeM        ---
  333. tokDBPlayer1Time    player 1:
  334. tokDBPlayer2Time    player 2:
  335. tokDBPlayer3Time    player 3:
  336. tokDBPlayer4Time    player 4:
  337. tokDBTopSpeed        -top speed+
  338.  
  339.  
  340. tokDBPlayerNum        player num
  341.  
  342. tokDBSingleTitle    single mode game loop
  343. tokDBNoPlayers        number of players:
  344. tokDBGameMode        game mode:
  345. tokDBLevelSelected    selected level:
  346. tokDBTrackNumber    track number:
  347.  
  348.  
  349. ; STUFF TO BE REMOVED LATER COS    IT'S FOR DEBUG ONLY
  350. ;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  351.  
  352. ; MAIN MENU
  353.  
  354. tokMainMenuT        \#b7MAIN MENU
  355. tokStartRally        start rally
  356. tokQuickRally        quick rally
  357. tokLoadSavedGame    load game
  358. tokStartNetwork        networked rally
  359. tokStopNetwork        shutdown link
  360. tokTrackEditor        track editor
  361. tokLevelEditor        level editor
  362. tokOptions        options
  363. tokSettings        settings
  364. tokReturn        back
  365. tokContinue        continue
  366. tokReturnToPrevious    return to previous
  367. ; OPTIONS SCREEN STUFF
  368.  
  369. tokOptOptionsT        OPTIONS
  370. tokOptPlayerDetailsL    player details
  371. tokOptPlayer1Details    player 1 details
  372. tokOptPlayer2Details    player 2 details
  373. tokOptPlayer3Details    player 3 details
  374. tokOptPlayer4Details    player 4 details
  375. tokOptInformation    information
  376. tokOptVideoReplay    video replay
  377. tokOptAudioSetup    audio setup
  378. tokOptVisualPrefs    visual preferences
  379. tokOptReturnToIntro    return to intro
  380. tokOptChangeCar        change car
  381.  
  382.  
  383. ; NETWORK OPTIONS
  384.  
  385. tokNetworkOptionsT    NETWORK OPTIONS
  386. tokJoinNetwork        join game
  387. tokHostNetwork        host game
  388. tokSetupNetwork        setup
  389.  
  390. ; GAME LEVEL
  391.  
  392.  
  393.  
  394. ; DRIVER DETAILS
  395.  
  396. tokDriverNameSelectT    enter  name
  397. tokDriverNameSelectP1T    player 1 - enter name
  398. tokDriverCountrySelectT    select nationality
  399. tokDriverCountrySelP1T    player 1 - select nationality
  400.  
  401.  
  402. ;** TIGHT SPACE: KEEP TRANSLATION SIMILAR LENGTH
  403. tokNameEnter        done
  404. ;** TIGHT SPACE: KEEP TRANSLATION SIMILAR LENGTH
  405. tokNameBackspace    erase
  406.  
  407. ; CAR SELECTION
  408.  
  409. tokCarTypeSelectT    SELECT CAR
  410. tokP1SelCar        player 1 select car
  411. tokP2SelCar        player 2 select car
  412. tokP3SelCar        player 3 select car
  413. tokP4SelCar        player 4 select car
  414.  
  415. ; MAIN GAME
  416.  
  417. tokMainGameT        main game
  418.  
  419. ; PLAYER DETAILS (GJB)
  420.  
  421. tokPDetPlayer1DetailsT    PLAYER 1 DETAILS
  422. tokPDetPlayer2DetailsT    PLAYER 2 DETAILS
  423. tokPDetPlayer3DetailsT    PLAYER 3 DETAILS
  424. tokPDetPlayer4DetailsT    PLAYER 4 DETAILS
  425. tokPDetPlayerDetailsT    PLAYER DETAILS
  426. tokPDetName        name
  427. tokPDetCountry        country
  428. tokPDetViewpoint    camera
  429. tokPDetCatchup        catch-up
  430. tokPDetEnterName    enter name
  431. tokPDetSelectCountry    select country
  432. tokPDetSetupController    setup controller
  433. tokPDetSplitCamera    split screen camera
  434. tokPDetControlDevice    control device
  435. tokPDetRedefineKeys    redefine keyboard
  436. tokPDetKeys        keyboard
  437. tokPDetController1    controller 1
  438. tokPDetController2    controller 2
  439. tokPDetUseAltMode    alternate mode
  440. tokPDetP1Settings    player 1 settings
  441. tokPDetP2Settings    player 2 settings
  442. tokPDetP1CoSpeech    co-driver voice
  443. tokPDetFemale        female
  444. tokPDetMale        male
  445.  
  446.  
  447. tokDefDriverNameP1    player one
  448. tokDefDriverNameP2    player two
  449. tokDefDriverNameP3    player three
  450. tokDefDriverNameP4    player four
  451.  
  452.  
  453. ;DRIVER NAMES IN SELECT CAR SCREENS
  454. tokSCPlayer1        PLAYER ONE
  455. tokSCPlayer2        PLAYER TWO
  456. tokSCPlayer3        PLAYER THREE
  457. tokSCPlayer4        PLAYER FOUR
  458.  
  459.  
  460. ; INFORMATION OPTIONS
  461.  
  462. tokinfInformationT    INFORMATION
  463. tokinfCarSpecs        car specifications
  464. tokinfViewCourses    view courses
  465. tokinfBestTimes        best times
  466. tokinfTTimes        top scores
  467.  
  468. tokinfBestTimesT    BEST TIMES
  469. tokinfSimModeB        simulation
  470. tokinfArcModeB        arcade
  471. tokinfNormalModeB    normal
  472. tokinfTTrialModeB    time trial
  473. tokinfPositionL        pos
  474. tokinfDriverL        driver
  475. tokinfTimeL        time
  476. tokinfMaxSpeed        maximum speed:
  477.  
  478.  
  479. ; VIDEO REPLAY OPTIONS
  480.  
  481. tokvidVideoReplayT    VIDEO REPLAY
  482.  
  483.  
  484. ; START RALLY STUFF
  485.  
  486. tokSralStartRallyT    START RALLY
  487. tokSralSingle        single
  488. tokSralSimulation    mobil 1 rac championship
  489. tokSralA8Sim        A8 rally championship
  490. tokSralArcade        arcade
  491. tokSralPractice        practice
  492. tokSralTimeTrial    time trial
  493. tokSralNewRally        new rally
  494. tokSralLoadRally    load rally
  495.  
  496. tokSralSimulationT    SIMULATION
  497. tokSralSingleT        SINGLE
  498. tokSralArcadeT        ARCADE
  499. tokSralTimeTrialT    TIME TRIAL
  500.  
  501. tokSralWelcomeTo    WELCOME TO
  502.  
  503. ; SELECT NUMBER OF PLAYERS STUFF
  504.  
  505. tokSPSelectPlayersT    SELECT NUMBER OF PLAYERS
  506. tokSP1Plyr        1 player
  507. tokSP2Plyr        2 players
  508. tokSP2PlyrSplit        2 player split screen
  509. tokSP2PlyrAlt        2 player alternate
  510. tokSP3PlyrAlt        3 player alternate
  511. tokSP4PlyrAlt        4 player alternate
  512.  
  513. ; NEW SIM RALLY OPTIONS
  514.  
  515. tokNSRNewSimulationT    NEW SIMULATION
  516. tokNSROnePlayer        one player
  517. tokNSRTwoPlayer        two player
  518.  
  519. ; ARCADE RALLY GAME MODE
  520.  
  521. tokARCLevel1        arcade 1
  522. tokARCLevel2        arcade 2
  523. tokARCLevel3        arcade 3
  524. tokARCLevel4        arcade 4
  525. tokARCLevel5        arcade 5
  526. tokARCLevel6        arcade 6
  527.  
  528. tokARCSelectLevT    SELECT LEVEL
  529. tokARCResultsT        RESULTS
  530. tokARCContinue        continue
  531. tokARCNextLevel        start next level
  532. tokARCRetire        return to main menu
  533. tokARCReplayHighlights    view video replay
  534. tokARCSaveHighlights    save video replay
  535. tokARCOptions        options
  536.  
  537.  
  538. tokARCLevelOver        you failed to win\nbetter luck next time
  539. tokARCLevelComplete    congratulations\nyou have completed this level
  540.  
  541. tokARCEndSeq1        end sequence 1
  542. tokARCEndSeq2        end sequence 2
  543. tokARCEndSeq3        end sequence 3
  544. tokARCEndSeq4        end sequence 4
  545. tokARCEndSeq6        end sequence 5
  546. tokARCEndSeq5        end sequence 6
  547.  
  548. tokNotAvailable        NOT YET AVAILABLE!
  549.  
  550. ; SINGLE RALLY GAME MODE STUFF
  551.  
  552. tokSNGResultsT        RESULTS
  553. tokSNGResultsBT        OVERALL RESULTS
  554. tokSNGDriverL        driver:
  555. tokSNGTimeL        time:
  556. tokSNGTopSpeedL        top speed:
  557. tokSNGContinue        select another stage
  558. tokSNGRetire        return to main menu
  559. tokSNGReplayHighlights    view video replay
  560. tokSNGSaveHighlights    save video replay
  561. tokSNGOptions        options
  562. tokSNGPositionL        position:
  563. tokSNGTimeRemainL    time remaining:
  564. tokSNGStageScoreL    stage score:
  565. tokSNGCurrentScoreL    current score:
  566. tokSNGTotalScoreL    total score:
  567. tokSNGPlayerOneL    player 1
  568. tokSNGPlayerTwoL    player 2
  569. tokSNGPlayerOneLc    player 1:
  570. tokSNGPlayerTwoLc    player 2:
  571. tokSNGScore34P        score
  572. tokSNGPos34P        pos
  573. tokSNGDriver34P        driver
  574. tokSNGTotal34P        total
  575. tokSNGTime34P        time
  576. tokSNGSpeed34P        speed
  577.  
  578.  
  579.  
  580. ; TIME TRIAL RALLY GAME MODE STUFF
  581.  
  582. tokTTRResultsT        RESULTS
  583. tokTTRResultsBT        OVERALL RESULTS
  584. tokTTRDriverL        driver:
  585. tokTTRTimeL        time:
  586. tokTTRTopSpeedL        top speed:
  587. tokTTRContinue        select another stage
  588. tokTTRRetire        return to main menu
  589. tokTTRReplayHighlights    view video replay
  590. tokTTRSaveHighlights    save video replay
  591. tokTTROptions        options
  592. tokTTRPositionL        position:
  593. tokTTRTimeRemainL    time remaining:
  594. tokTTRStageScoreL    stage score:
  595. tokTTRCurrentScoreL    current score:
  596. tokTTRTotalScoreL    total score:
  597. tokTTRPlayerOneL    player 1
  598. tokTTRPlayerTwoL    player 2
  599. tokTTRPlayerOneLc    player 1:
  600. tokTTRPlayerTwoLc    player 2:
  601. tokTTRScore34P        score
  602. tokTTRPos34P        pos
  603. tokTTRDriver34P        driver
  604. tokTTRTotal34P        total
  605. tokTTRTime34P        time
  606. tokTTRSpeed34P        speed
  607.  
  608. tokTTGhostCar        ghost car
  609.  
  610.  
  611. ; AUDIO SETUP STUFF
  612. ;GENERAL
  613. tokAudAudioSetupT    AUDIO SETUP
  614. tokAudOverallVolL    overall    volume
  615. tokAudGeneralMusicL    menu music
  616. tokAudInGameMusicL    in-game    music
  617. tokAudGeneralFXL    menu    effects
  618. tokAudInGameFXL        in-game    effects
  619. tokAudGeneralSpeechL    menu speech
  620. tokAudCoDriverSpeechL    co-driver speech
  621. tokAudCarEngineL    car engine
  622. tokAudInGameMusicPlaybackL in-game music
  623. ;tokAudContinuousB    continuous
  624. ;tokAudSelectableB    selectable
  625. ;tokAudRandomB        random
  626. tokAudPlaybackOffB    off
  627. tokAudAdvanced        advanced audio:
  628.  
  629.  
  630. ;ADVANCED AUDIO STUFF
  631. tokAudAdvAudioT        ADVANCED AUDIO SETUP
  632. tokAudMixMode        mix mode
  633. tokAudQuality        quality
  634. tokAud3D        3D mode
  635. tokAudChannels        channels
  636. tokAudEAX        EAX
  637. tokAudA3D2        A3D 2.0
  638. tokAudDolby        dolby
  639. ;OPTS FOR ADVANCED AUDIO
  640. tokAudCompatible    compatibility
  641. tokAudHighSpeed        high speed
  642. tokAudCustom        custom
  643. tokAudLow        low
  644. tokAudMedium        medium
  645. tokAudHigh        high
  646. tokAudCDq        cd quality
  647. tokAudNormal        normal
  648. tokAudEnhanced        enhanced
  649.  
  650. tokAudLowCap        LOW
  651. tokAudHighCap        HIGH
  652.  
  653. ; CAR SPECIFICATION/SELECT STUFF
  654.  
  655. tokCSCarSpecificationT    CAR SPECIFICATIONS
  656.  
  657. tokCSManual        manual transmission
  658. tokCSAutomatic        full automatic transmission
  659. tokCSAutomatic2        semi automatic transmission
  660.  
  661. tokCitroenSaxo        citro\#89n saxo (A6)
  662. tokFrdRS2        ford escort rs2000 (A7)
  663. tokHndCiv        honda civic (A6)
  664. tokHydCoupe        hyundai coup\#8B evo II (A7)
  665. tokMitsuLanc        mitsubishi lancer evo V (A8)
  666. tokNisAlmera        nissan almera (A7)
  667. tokNisMicra        nissan micra maxi (A5)
  668. tokPeug106        peugeot 106 maxi (A6)
  669. tokPeug206        peugeot    206 wrc (A8)
  670. tokProtComp        proton compact (A6)
  671. tokProtWir        proton wira/persona (A8)
  672. tokRenMeg        renault m\#8Bgane (A7)
  673. tokStIbiz        seat ibiza cupra sport (A7)
  674. tokStCord        seat cordoba wrc (A8)
  675. tokSkdaFel        \#8Akoda felicia (A6)
  676. tokSkdOct        \#8Akoda octavia (A7)
  677. tokSubImp        subaru impreza wrc (A8)
  678. tokToyCor        toyota corolla wrc (A8)
  679. tokVxhAst        vauxhall astra (A7)
  680. tokVwGolf        volkswagen golf gti mkIV (A7)
  681. tokFrdMx        ford escort maxi (A7)
  682. tokFrdPm        ford puma (A6)
  683. tokOscar        mitsubishi lancer evo IV (A8)
  684.  
  685.  
  686. tokLandRover        land rover
  687. tokTractor        tractor
  688. tokSheep        sheep (lamb bourghini)
  689. tokCow            cow 1.8 bse turbo
  690.  
  691. ;CAR SPEC GROUPS
  692. tokGroupA8        A8
  693. tokGroupA7        A7
  694. tokGroupA6        A6
  695. tokGroupA5        A5
  696.  
  697. ;BUTTON TEXT DESCRIPTIONS
  698. tokCSEngineB        engine
  699. tokCSDimensionsB    dimensions
  700. tokCSTechnicalB        technical
  701. tokCSViewCarB        view car
  702. tokCSInspectB        inspect
  703. tokCSSlideShowB        slideshow
  704.  
  705. ;ENGINE SPECS
  706. tokCSCapacityL        capacity:\s
  707. tokCSTypeL        type:\s
  708. tokCSPowerL        power:\s
  709. tokCSTorqueL        torque:\s
  710. tokCSBoreL        bore:\s
  711. tokCSStrokeL        stroke:\s
  712. tokCSCompRatioL        compression ratio:\s
  713.  
  714. ;TECHNICAL SPECS
  715. tokCSTransmissionL    transmission:\s
  716. tokCSDriveSystemL    drive system:\s
  717. tokCSSteeringL        steering:\s
  718. tokCSBrakesL        brakes:\s
  719. tokCSSuspensionL    suspension:\s
  720.  
  721. ;DIMENSIONS
  722. tokCSLengthL        length:\s
  723. tokCSWidthL        width:\s
  724. tokCSHeightL        height:\s
  725. tokCSWheelbaseL        wheelbase:\s
  726. tokCSFrontTrackL    front track:\s
  727. tokCSRearTrackL        rear track:\s
  728. tokCSWeightL        weight:\s
  729.  
  730. ;ENGINE TYPES
  731. tokCS16Valve        4-cylinder, 16-valve
  732. tokCS16VTurbo        4-cylinder, 16-valve, turbo
  733. tokCS20Valve        4-cylinder, 20-valve
  734. tokCS08Valve        4-cylinder, 8-valve
  735.  
  736. ;TRANSMISSION TYPES
  737. tokCS6Seq        6-speed sequential
  738. tokCS7Seq        7-speed sequential
  739. tokCS6Spd        6-speed manual
  740.  
  741. ;DRIVE SYSTEMS
  742. tokCS4WDrive        four wheel drive
  743. tokCSFDrive        front wheel drive
  744.  
  745.  
  746. ;STEERING SYSTEMS
  747. tokCSPasRaP        PAS / rack and pinion
  748. tokCSPasNA        PAS / n/a
  749. ;CAR LOCATIONS
  750. tokCSFront        front -\s
  751. tokCSBack        back -\s
  752.  
  753. ;BRAKING SYSTEMS
  754. tokCSVnt6P        ventilated disks/\n6-pot calipers
  755. tokCSVnt4P        ventilated disks/\n4-pot calipers
  756. tokCSVnt2P        ventilated disks/\n2-pot calipers
  757. tokCSVntNA        ventilated disks/N/A
  758. tokCSSol4P        solid disks/\n4-pot calipers
  759. tokCSSol2P        solid disks/\n2-pot calipers
  760. tokCSSolNA        solid disks / N/A
  761. tokCSXD4P        cross drilled disks/\n4-pot calipers
  762.  
  763. ;SUSPENSION SPECS
  764. tokCSMcPStrut        mcpherson struts
  765. tokCSMcPType1        mcpherson-type struts
  766. tokCSMcPType2        mcpherson-type struts + ohlins shocks
  767. tokCSMultiLink        multi-link
  768. tokCSRMLMcP        rml designed mcpherson struts
  769. tokCSRMLBmAx        rml designed beam axle system
  770. tokCSStrutaLnk        strut and link
  771. tokCSNMLink        nissan multi-link beam
  772. tokCSPflex1        proflex mcpherson struts and wishbone
  773. tokCSPflex2        proflex independent 6-link
  774. tokCSPflex3        proflex suspension
  775. tokCSOhlins1        ohlins adjustable mcpherson struts
  776. tokCSOhlins2        ohlins adjustable damper units and springs
  777. tokCSSwivelRear        swivel rear beam
  778. tokCSCrankAxle        crank axle with trailing arms
  779.  
  780. ;COMPRESSION RATIOS (LAZY METHOD)
  781. tokCS10Five1        10:5:1
  782. tokCS8Eight1        8:8:1
  783. tokCS8Five1        8:5:1
  784. tokCS12Five1        12:5:1
  785. tokCS13To1        13:1
  786. tokCS12To1        12:1
  787. tokCS11Pnt8To1        11.8:1
  788.  
  789. ;CAR DESCRIPTIONS
  790. tokRenMegDesc00        \#b7\sbritish championship winner\s
  791. tokRenMegDesc01        for\n\s\smanufacturers and drivers 1998\n\n
  792. tokRenMegDesc02        \#b7\srun in mobil 1 series by french auto-\n\s\smeca team\n\n
  793. tokRenMegDesc03        \#b7\stwo-litre engine pumps out more than\n\s\s280bhp\n\n
  794. tokRenMegDesc04        \#b7\sdriven in uk by martin\s
  795. tokRenMegDesc05        rowe and tapio\n\s\slaukkanen\n\n
  796. tokRenMegDesc06        \#b7\sf2 winner on rally great britain 1998\s
  797.  
  798. tokVauxAstDesc00    \#b7\smade its debut on rally of wales 1998\n\n
  799. tokVauxAstDesc01    \#b7\sdeveloped by ray mallock limited for\n\s\smobil 1 series\n\n
  800. tokVauxAstDesc02    \#b7\schief test driver is rapid finn jarmo\n\s\skytolehto\n\n
  801. tokVauxAstDesc03    \#b7\stwo-litre engine and\s
  802. tokVauxAstDesc04    sequential gearbox\n\n
  803. tokVauxAstDesc05    \#b7\sformer british junior champ neil\n\s\s
  804. tokVauxAstDesc06    wearden supports kytolehto
  805.  
  806. tokCitSaxDesc00        \#b7\s1600cc engine gives more\s
  807. tokCitSaxDesc01        than 200\n\s\shorsepower\n\n
  808. tokCitSaxDesc02        \#b7\sdramatically-widened body features\n\s\s
  809. tokCitSaxDesc03        extreme wheel arches\n\n
  810. tokCitSaxDesc04        \#b7\sdesigned for asphalt events in the\n\s\sfrench championship\n\n
  811. tokCitSaxDesc05        \#b7\slacks serious development for loose\n\s\ssurfaces\n\n
  812. tokCitSaxDesc06        \#b7\ssuperb handling on roads thanks to\n\s\sextra width
  813.  
  814. tokRS2000Desc00        \#b7\sone of the earliest formula two cars\n\n
  815. tokRS2000Desc01        \#b7\swon the british title with\s
  816. tokRS2000Desc02        gwyndaf\n\s\sevans in '96\n\n
  817. tokRS2000Desc03        \#b7\sengine produces more than 260\n\s\shorsepower\n\n
  818. tokRS2000Desc04        \#b7\stransmission is well-developed\s
  819. tokRS2000Desc05        and\n\s\sextremely reliable\n\n
  820. tokRS2000Desc06        \#b7\shandling and suspension are easy to set\n\s\sup
  821.  
  822. tokHondCivDesc00    \#b7\sferodo super 1600 cup winner in 1998\n\n
  823. tokHondCivDesc01    \#b7\sdeveloped by private asquith autosport\n\s\steam\n\n
  824. tokHondCivDesc02    \#b7\s1600cc engine produces well\s
  825. tokHondCivDesc03    over 200\n\s\shorsepower\n\n
  826. tokHondCivDesc04    \#b7\shonda chassis and dynamic\s
  827. tokHondCivDesc05    suspension\n\s\sgive predictable handling\n\n
  828. tokHondCivDesc06    \#b7\sclass winner on 1997 network q\n\s\srac rally
  829.  
  830. tokHyundCoupDesc00    \#b7\srun by crack rally team\s
  831. tokHyundCoupDesc01    motorsport\n\s\sdevelopments\n\n
  832. tokHyundCoupDesc02    \#b7\sset consistently strong times\s
  833. tokHyundCoupDesc03    since\n\s\sdebut last june\n\n
  834. tokHyundCoupDesc04    \#b7\sled f2 category on rally finland\n\n
  835. tokHyundCoupDesc05    \#b7\sdriven by kenneth eriksson and scot\n\s\salister mcrae\n\n
  836. tokHyundCoupDesc06    \#b7\sfavourite for the 1999 world two-litre\n\s\scup
  837.  
  838. tokMitsuLancDesc00    \#b7\sworld championship winner\s
  839. tokMitsuLancDesc01    for the past\n\s\sthree years\n\n
  840. tokMitsuLancDesc02    \#b7\sthe only group a car left at the top level\n\n
  841. tokMitsuLancDesc03    \#b7\sbased on extreme road version\s
  842. tokMitsuLancDesc04    of the\n\s\slancer\n\n
  843. tokMitsuLancDesc05    \#b7\sdriven by finn tommi makinen and\n\s\srichard burns\n\n
  844. tokMitsuLancDesc06    \#b7\slong-stroke engine gives best torque in\n\s\sclass
  845.  
  846. tokNisAlmDesc00        \#b7\sbuilt by nissan motorsports\s
  847. tokNisAlmDesc01         europe,\n\s\sin didcot\n\n
  848. tokNisAlmDesc02        \#b7\sone of the widest kit\s
  849. tokNisAlmDesc03        cars in existence\n\n
  850. tokNisAlmDesc04        \#b7\sdeveloped in conjunction with tyre firm\n\s\syokohama\n\n
  851. tokNisAlmDesc05        \#b7\sdriven by former british champion mark\n\s\shiggins\n\n
  852. tokNisAlmDesc06        \#b7\swinner of f2, channel four rally in finland
  853.  
  854. tokNisMicDesc00        \#b7\sonly 1300cc and 150bhp but a real\n\s\sgiant-killer\n\n
  855. tokNisMicDesc01        \#b7\slow weight results in stunning\s
  856. tokNisMicDesc02        handling\n\s\son all surfaces\n\n
  857. tokNisMicDesc03        \#b7\sdriven to the limit by geoff jones in\n\s\s1998\n\n
  858. tokNisMicDesc04        \#b7\sdeveloped by nissan motorsports\n\s\s
  859. tokNisMicDesc05        europe at didcot\n\n
  860. tokNisMicDesc06        \#b7\scapable of top ten finishes - in the right\n\s\shands
  861.  
  862. tokPeug106Desc00    \#b7\sonly 1600cc but high-revving\s
  863. tokPeug106Desc01    engine\n\s\spumps out 200bhp\n\n
  864. tokPeug106Desc02    \#b7\sdesigned for asphalt events in french\n\s\schampionship\n\n
  865. tokPeug106Desc03    \#b7\slifted super 1600 category\s
  866. tokPeug106Desc04    honours\n\s\sin ulster last year\n\n
  867. tokPeug106Desc05    \#b7\sdriven by promising young star justin\n\s\sdale\n\n
  868. tokPeug106Desc06    \#b7\sextensive winter testing should\n\s\simprove engine tractability
  869.  
  870. tokPeug206Desc00    \#b7\sdeveloped by successful peugeot sport\n\s\s
  871. tokPeug206Desc01    team near paris\n\n
  872. tokPeug206Desc02    \#b7\smakes its debut on tour of corsica\n\s\s1999\n\n
  873. tokPeug206Desc03    \#b7\sdesigned by renowned engineer michel\n\s\snandon\n\n
  874. tokPeug206Desc04    \#b7\sfeatures three computer-controlled\n\s\s
  875. tokPeug206Desc05    active differentials\n\n
  876. tokPeug206Desc06    \#b7\sdriven by francois delecour and marcus\n\s\sgronholm
  877.  
  878. tokProtCompDesc00    \#b7\swon its class on '98 network q\n\s\srally\s
  879. tokProtCompDesc01    great britain\n\n
  880. tokProtCompDesc02    \#b7\sdeveloped by experienced engineer\n\s\s
  881. tokProtCompDesc03    harry hockly and team\n\n
  882. tokProtCompDesc04    \#b7\sdriven by swede mats andersson and\n\s\sjenny davies\n\n
  883. tokProtCompDesc05    \#b7\sengine still lacks power but car handles\n\s\ssuperbly\n\n
  884. tokProtCompDesc06    \#b7\sproton embarking on three-year mobil 1\n\s\sseries assault
  885.  
  886. tokProtWirDesc00    \#b7\sbased on the successful mitsubishi\n\s\s
  887. tokProtWirDesc01    lancer platform\n\n
  888. tokProtWirDesc02    \#b7\stwo-litre, turbocharged engine\s
  889. tokProtWirDesc03    gives\n\s\sexcellent torque\n\n
  890. tokProtWirDesc04    \#b7\spotent force in the asia-\n\s\spacific championship\n\n
  891. tokProtWirDesc05    \#b7\sstandard version driven by david mann\n\s\sin britain\n\n
  892. tokProtWirDesc06    \#b7\sseveral class wins to its name
  893.  
  894. tokSeatIDesc00        \#b7\striple world two-litre cup winner\n\n
  895. tokSeatIDesc01        \#b7\sdriven by gwyndaf evans in the mobil 1\n\s\sseries\n\n
  896. tokSeatIDesc02        \#b7\swon at silverstone and pirelli in 1998\n\n
  897. tokSeatIDesc03        \#b7\sladies champ barbara\s
  898. tokSeatIDesc04        armstrong\n\s\sis another seat recruit\n\n
  899. tokSeatIDesc05        \#b7\sgood engine is backed\s
  900. tokSearIDesc06        up by excellent\n\s\shandling
  901.  
  902. tokSeatCordDesc00    \#b7\sdeveloped by triple f2\s
  903. tokSeatCordDesc01    world champions\n\n
  904. tokSeatCordDesc02    \#b7\sbased on the cordoba coupΘ\s
  905. tokSeatCordDesc03    road car\n\n
  906. tokSeatCordDesc04    \#b7\smade its debut on rally finland 1998\n\n
  907. tokSeatCordDesc05    \#b7\sdriven by harri rovanpera and gwyndaf\n\s\sevans\n\n
  908. tokSeatCordDesc06    \#b7\sscored first point in great britain 1998
  909.  
  910. tokSkodFelDesc00    \#b7\spushed two-litre seat hard\s
  911. tokSkodFelDesc01    in '96 f2\n\s\sworld championship\n\n
  912. tokSkodFelDesc02    \#b7\sfinished an amazing third overall on\n\s\s1996 rac\n\n
  913. tokSkodFelDesc03    \#b7\sled the super 1600 category on pirelli\n\s\srally 1998\n\n
  914. tokSkodFelDesc04    \#b7\slacks outright grunt but\s
  915. tokSkodFelDesc05    boasts superb\n\s\shandling\n\n
  916. tokSkodFelDesc06    \#b7\sdriven by christer steen in british\n\s\schampionship
  917.  
  918. tokSkodOctDesc00    \#b7\sdeveloped by the factory team\s
  919. tokSkodOctDesc01    in czech\n\s\srepublic\n\n
  920. tokSkodOctDesc02    \#b7\ssaloon base makes it the largest kit car\n\n
  921. tokSkodOctDesc03    \#b7\slong wheelbase helps to improve\s
  922. tokSkodOctDesc04    high-\n\s\sspeed stability\n\n
  923. tokSkodOctDesc05    \#b7\seuropean two-litre champion with emil\n\s\striner in '98\n\n
  924. tokSkodOctDesc06    \#b7\stwo-litre, 20-valve engine gives plenty\n\s\sof torque
  925.  
  926. tokSubImpDesc00        \#b7\smost successful rally car of\s
  927. tokSubImpDesc01        the\n\s\snineties\n\n
  928. tokSubImpDesc02        \#b7\sdeveloped and built by prodrive team,\n\s\s
  929. tokSubImpDesc03        banbury\n\n
  930. tokSubImpDesc04        \#b7\sthe first world rally car to be unveiled\n\n
  931. tokSubImpDesc05        \#b7\sdriven by colin mcrae and piero liatti\n\n
  932. tokSubImpDesc06        \#b7\suses flat-four, turbocharged two-litre\n\s\sengine
  933.  
  934. tokToyCorDesc00        \#b7\swinner of monte carlo rally at first\n\s\sattempt\n\n
  935. tokToyCorDesc01        \#b7\sunique joystick gearbox\n\n                              
  936. tokToyCorDesc02     \#b7\suses celica GT-Four engine\n\n                           
  937. tokToyCorDesc03        \#b7\sdriven by carlos sainz and didier auriol\n\n             
  938. tokToyCorDesc04        \#b7\ssecond in world championship 1998\n\n                    
  939. tokToyCorDesc05        \#b7\sbuilt by toyota eam\s                                   
  940. tokToyCorDesc06        europe in\n\s\sgermany
  941.  
  942. tokVWGolfDesc00        \#b7\sdesigned and developed at vw\n\s\s
  943. tokVWGolfDesc01         motorsport in hanover\n\n
  944. tokVWGolfDesc02        \#b7\slaunched at essen motor show 1997\n\n
  945. tokVWGolfDesc03        \#b7\sheavy testing in africa\s
  946. tokVWGolfDesc04        strengthened\n\s\ssuspension\n\n
  947. tokVWGolfDesc05        \#b7\sformer british champion mark higgins\n\s\swill drive in '99\n\n
  948. tokVWGolfDesc06        \#b7\sexperienced austrian raimund\n\s\sbaumschlager has conducted testing
  949.  
  950. tokFrdMxDesc00        \#b7\soriginally built by gordon spooner\n\s\s
  951. tokFrdMxDesc01        engineering in 1997\n\n
  952. tokFrdMxDesc02        \#b7\sdesigned for asphalt but adapted by\n\s\sother\s
  953. tokFrdMxDesc03        teams for gravel\n\n
  954. tokFrdMxDesc04        \#b7\srun by boland motorsport in the british\n\s\schampionship\n\n
  955. tokFrdMxDesc05        \#b7\sdriven by experienced julian porter in\n\s\sthe mobil 1 series\n\n
  956. tokFrdMxDesc06        \#b7\swon the irish formula two championship\n\s\sin 1998
  957.  
  958. tokFrdPmDesc00        \#b7\sstunning design was penned by\s
  959. tokFrdPmDesc01        ford\n\s\sengineers at boreham\n\n
  960. tokFrdPmDesc02        \#b7\shighly-tuned 1600cc engine produces\n\s\saround 200bhp\n\n
  961. tokFrdPmDesc03        \#b7\sgravel development likely for british\n\s\schampionship market\n\n
  962. tokFrdPmDesc04        \#b7\sford has also developed 1400cc and\n\s\s
  963. tokFrdPmDesc05        turbocharged versions\n\n
  964. tokFrdPmDesc06        \#b7\sdriven by youngster ben briant in\n\s\s1999 mobil 1 series
  965.  
  966.  
  967. tokOscarDesc00        os car description.\n
  968. tokOscarDesc01        .\n
  969. tokOscarDesc02        .\n
  970. tokOscarDesc03        .\n
  971. tokOscarDesc04        .\n
  972. tokOscarDesc05        .\n
  973. tokOscarDesc06        .\n
  974.  
  975. ;SLIDESHOW STUFF
  976. tokSLSlideShowT        SLIDESHOW
  977. tokSLSlide1        slide 1
  978. tokSLSlide2        slide 2
  979. tokSLSlide3        slide 3
  980. tokSLSlide4        slide 4
  981. tokSLSlide5        slide 5
  982. tokSLSlide6        slide 6
  983. tokSLSlide7        slide 7
  984. tokSLSlide8        slide 8
  985. tokSLSlide9        slide 9
  986. tokSLSlide10        slide 10
  987.  
  988. tokcc            cc
  989. ; SELECT CAR STUFF (USES THE CAR SPEC ASWELL)
  990.  
  991. tokCSSelectCarT        CAR SELECTION
  992.  
  993. ; GEARBOX TYPES
  994.  
  995. tokCSGearBox1        gearbox    type 1
  996. tokCSGearBox2        gearbox    type 2
  997. tokCSGearBox3        gearbox    type 3
  998. tokCSGearBox4        gearbox    type 4
  999. tokCSGearBox5        gearbox    type 5
  1000. tokCSGearBox6        gearbox    type 6
  1001.  
  1002. ; VIEW COURSE INFORMATION/SELECT STAGE STUFF AS WELL
  1003. tokVCSelectStage    SELECT STAGE
  1004. tokVCSimulation        simulation
  1005. tokVCArcade        arcade
  1006. tokVCLegDetails        LEG DETAILS
  1007. tokVCViewCoursesT    COURSE INFORMATION
  1008. tokVCStageDetailsL    stage details
  1009. tokVCLapsL        laps:
  1010. tokVCRoadSurfaceL    road surface
  1011. tokVCTarmacL        tarmac:
  1012. tokVCMudL        mud:
  1013. tokVCGravelL        gravel:
  1014. tokVCSnowL        snow:
  1015. tokVCDescriptionL    description
  1016. tokVCBestTimeL        best time
  1017. tokVCTopSpeedL        top speed
  1018. tokVCStartTimeL        start:
  1019. tokVCEndTimeL        finish:
  1020. tokVCDistanceL        length:
  1021. tokVCRainL        rain:
  1022. tokVCVisibilityL    visibility
  1023. tokVCWindL        wind:
  1024. tokVCTimeOfDayL        time:
  1025. tokVCWeatherL        weather    conditions
  1026. tokVCTemperatureL    temp:
  1027. tokVCTotalL        total:
  1028. tokVCNextStage        NEXT STAGE
  1029.  
  1030. ; BEST TIMES/SCORES STUFF
  1031. tokBTBestTimesT        BEST TIMES
  1032. tokBTBestScoresT    BEST SCORES
  1033. tokBTBestCScoresT    BEST CHAMPIONSHIP SCORES
  1034. tokBTBestCScoresOAT    BEST OVERALL SCORES
  1035. tokBTA8Champ        A8 championship
  1036. tokBTA7Brc        mobil 1 brc A7
  1037. tokBTA6Brc        mobil 1 brc A6
  1038. tokBTA5Brc        mobil 1 brc A5
  1039. tokBTOverallBrc        overall    mobil 1 brc
  1040. tokBTArcade1        arcade level 1
  1041. tokBTArcade2        arcade level 2
  1042. tokBTArcade3        arcade level 3
  1043. tokBTArcade4        arcade level 4
  1044. tokBTArcade5        arcade level 5
  1045. tokBTArcade6        arcade level 6
  1046.  
  1047. ; VIDEO REPLAY STUFF
  1048. tokVRVideoReplayT    VIDEO REPLAY
  1049. tokVRLoad        load replay
  1050. tokVRSave        save replay
  1051. tokVREdit        edit replay
  1052. tokVRPlayCurrent    play
  1053. tokVRErase        erase
  1054. tokVRCut        cut
  1055. tokVRCopy        copy
  1056. tokVRPaste        paste
  1057. tokVRPlayRandom        random play
  1058. tokVREditPlayList    edit playlist
  1059. tokVRPlayList        replay list
  1060.  
  1061. ; VISUAL PREFERENCES
  1062.  
  1063. tokVPVisualPreferencesT    VISUAL PREFERENCES
  1064. tokVPMapAreaL        map area
  1065. tokVPRearMirrorL    rear view mirror
  1066. tokVPRevCounterL    tachometer    ;rev counter
  1067. tokVPMessageDisplayL    message display
  1068. tokVPDriverNamesL    driver names
  1069. tokVPInfoDisplayL    information display
  1070. tokVPUnitsDisplayL    units display
  1071. tokVPGraphicDetailL    graphic detail
  1072. tokVPBest        best
  1073. tokVPExcellent        excellent
  1074. tokVPGood        good
  1075. tokVPImperial        imperial
  1076. tokVPMetric        metric
  1077. tokVPAdvanced        advanced options
  1078.  
  1079. tokVPDashboard        dashboard
  1080. tokVPBonnet        bonnet
  1081. tokVPBumper        bumper
  1082. tokVPChase1        chase 1
  1083. tokVPChase2        chase 2
  1084. tokVPChase3        chase 3
  1085. tokVPHelicopter        helicopter
  1086. tokVPCatchOn        on
  1087. tokVPCatchOff        off
  1088.  
  1089. ; ADVANCED VISUAL PREFERENCES
  1090. ;TITLES
  1091. tokAVPTitleT        ADVANCED VISUAL OPTIONS
  1092. tokAVPMipMapping    mipmapping
  1093. tokAVPBuffering        buffering
  1094. tokAVPResolution    resolution
  1095. tokAVPScreenDepth    screendepth
  1096. tokAVPVideoCard        video card
  1097. tokAVPLensFlare        lens flare
  1098. tokAVPExternalCarFX    external car effects
  1099. tokAVPRainIntensity    rain intensity
  1100. tokAVPSnowIntensity    snow intensity
  1101. tokAVPInternalCarFX    internal car effects
  1102. tokAVPReflections    reflections
  1103. tokAVPCarShadow        car shadows
  1104. tokAVPCarDetail        car detail
  1105. tokAVPHeadlights      headlights
  1106.  
  1107. ;ADVANCED VISUAL CHOICES
  1108. tokAVPDoubleBuffer    double
  1109. tokAVPTripleBuffer    triple
  1110. tokAVP640x480        640 x 480
  1111. tokAVP800x600        800 x 600
  1112. tokAVP960x720        960 x 720
  1113. tokAVP1024x768        1024 x 768
  1114. tokAVP1152x864        1152 x 864
  1115. tokAVP1280x1024        1200 x 1024
  1116. tokAVP1600x1200        1600 x 1200
  1117. tokAVP1920x1280        1920 x 1280
  1118.  
  1119. tokAVP16Bit        16 bit
  1120. tokAVP32Bit        32 bit
  1121. tokAVPPrimary        primary
  1122. tokAVPSecondary        secondary
  1123. tokAVPAllCars        all cars
  1124. tokAVPYourCar        your car
  1125. tokAVPNoCars        no cars
  1126. tokAVPReduced        reduced
  1127. tokAVPFull        full
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133. ; ANALOGUE CONTROLLER SETUP
  1134. tokCNTSetupControllerT    SETUP CONTROLLER
  1135. tokCNTControllerL    controller:
  1136. tokCNTJoystickAccelL    joystick acceleration:
  1137. tokCNTButtonsL        buttons:
  1138. tokCNTRedefineKeys    redefine keyboard
  1139. tokCNTRedefineJoystick    redefine joystick
  1140. tokCNTKeyboard        keyboard
  1141. tokCNTJoystick        joystick
  1142. tokCNTProgramcontroller    program controller
  1143. tokCNTStick        stick
  1144. tokCNTWheel        2 axis wheel+pedals
  1145. tokCNTWheel3        3 axis wheel+pedals
  1146. tokCNTButton        button
  1147. tokCNTNormal        normal
  1148. tokCNTReversed        reversed
  1149. tokCNTControlID        controller
  1150. tokCNTForceFeedSwitch     force feedback
  1151. tokCNTAxisMode        axis mode
  1152. tokCNTSensitivity    upper dz
  1153. tokCNTDeadZone        lower dz
  1154. tokCNTAccelerate    accelerate
  1155. tokCNTBrake        brake
  1156. tokCNTTurnLeft        turn left
  1157. tokCNTTurnRight        turn right
  1158. tokCNTChangeUp        change up
  1159. tokCNTChangeDown    change down
  1160. tokCNTHandbrake        handbrake
  1161. tokCNTCameraView    cycle camera views
  1162. tokCNTPause        pause
  1163. tokCNTWipers        wipers
  1164. tokCNTLights        lights
  1165. ;tokCNTHighLowBeam    high/low beam
  1166. tokCNTUnassigned    not assigned
  1167.  
  1168. tokCNTSetControlNow    set control now
  1169. tokCNTUndo        undo changes
  1170.  
  1171. tokCNTJoyButt        button
  1172. tokCNTJoyLeft        left
  1173. tokCNTJoyRight        right
  1174. tokCNTJoyUp        up
  1175. tokCNTJoyDown        down
  1176. tokCNTJoypedal1        pedal 1
  1177. tokCNTJoypedal2        pedal 2
  1178.  
  1179. ; KEYBOARD SETUP
  1180. tokKEYRedefineKeysT    REDEFINE KEYBOARD
  1181. tokKEYAccelerateL    accelerate
  1182. tokKEYBrakeL        brake
  1183. tokKEYTurnLeftL        turn left
  1184. tokKEYTurnRightL    turn right
  1185. tokKEYChangeUpL        gear up/change
  1186. tokKEYChangeDownL    gear down
  1187. tokKEYHandbrakeL    handbrake
  1188. tokKEYCameraViewL    cycle camera views
  1189. tokKEYPauseL        pause
  1190. tokKEYWipersL        wipers
  1191. tokKEYLightsL        lights
  1192. tokKEYHighLowBeamL    high/low beam
  1193. tokKEYLeftViewL        left view
  1194. tokKEYRightViewL    right view
  1195. tokKEYRearViewL        rear view
  1196. tokKEYForwardViewL    forward view
  1197. tokKEYBonnetViewL    bonnet view
  1198. tokKEYBumperViewL    bumper view
  1199. tokKEYChaseView1L    chase 1 view
  1200. tokKEYChaseView2L    chase 2    view
  1201. tokKEYChaseView3L    chase 3    view
  1202. tokKEYAccept        back
  1203. tokKEYCancel        cancel
  1204. tokKEYChange        change
  1205. ;SELECT MUSIC OPTIONS
  1206. tokSMSelectMusicT    SELECT MUSIC
  1207. tokSMSelectIGMusic    music options
  1208. ;STAGE STUFF
  1209. tokCourseDescription    description
  1210.  
  1211. tokRT_RoundOne        round one
  1212. tokRT_RoundTwo        round two
  1213. tokRT_RoundThree    round three
  1214. tokRT_RoundFour        round four
  1215. tokRT_RoundFive        round five
  1216. tokRT_RoundSix        round six
  1217. tokRT_ChampOne        vauxhall rally of wales
  1218. tokRT_ChampTwo        pirelli international rally
  1219. tokRT_ChampThree    rsac scottish rally
  1220. tokRT_ChampFour        seat jim clark memorial rally
  1221. tokRT_ChampFive        ulster rally
  1222. tokRT_ChampSix        manx international rally
  1223. tokRT_SingleArc1    arcade 1
  1224. tokRT_SingleArc2    arcade 2
  1225. tokRT_SingleArc3    arcade 3
  1226. tokRT_SingleArc4    arcade 4
  1227. tokRT_SingleArc5    arcade 5
  1228. tokRT_SingleArc6    arcade 6
  1229. ; Vauxhall Rally of Wales
  1230. tokSS_Stage000        clocaenog mid
  1231. tokSS_Stage001        penmachno south
  1232. tokSS_Stage002        myherin
  1233. tokSS_Stage003        hafren
  1234. tokSS_Stage004        dyfi
  1235. tokSS_Stage005        gartheiniog
  1236. ; Pirelli Rally
  1237. tokSS_Stage006        chirdonhead
  1238. tokSS_Stage007        falstone
  1239. tokSS_Stage008        kershope
  1240. tokSS_Stage009        pundershaw
  1241. tokSS_Stage010        riccarton
  1242. tokSS_Stage011        newcastleton
  1243. ; Scottish Rally
  1244. tokSS_Stage012        twiglees
  1245. tokSS_Stage013        yair
  1246. tokSS_Stage014        cardrona
  1247. tokSS_Stage015        black loch
  1248. tokSS_Stage016        glentrool
  1249. tokSS_Stage017        ae
  1250. ; Jim Clark Memorial
  1251. tokSS_Stage018        moon and star 1
  1252. tokSS_Stage019        bothwell 2
  1253. tokSS_Stage020        whitchester 1
  1254. tokSS_Stage021        eccles 1
  1255. tokSS_Stage022        langton 5
  1256. tokSS_Stage023        fogo 2
  1257. ; Ulster Rally
  1258. tokSS_Stage024        hamiltons folly
  1259. tokSS_Stage025        tyrones ditches
  1260. tokSS_Stage026        feeney
  1261. tokSS_Stage027        parkanaur
  1262. tokSS_Stage028        lisnamuck
  1263. tokSS_Stage029        tardree
  1264. ; Manx International Rally
  1265. tokSS_Stage030        port soderick
  1266. tokSS_Stage031        ballagyr
  1267. tokSS_Stage032        curraghs
  1268. tokSS_Stage033        tholt-y-will
  1269. tokSS_Stage034        injerbreck
  1270. tokSS_Stage035        cringle
  1271. ; STAGE DESCRIPTIONS
  1272. ; Vauxhall Rally of Wales
  1273. tokSSD_Stage000        the is one of the hardest tests in the welsh forests. it\nruns along a high plateau and its roads are\s
  1274. tokSSD_Stage000a    narrower than\nusual. the junctions in clocaenog can be quite muddy\nand recent forestry commission\s
  1275. tokSSD_Stage000b    logging has made the\nroad hard to read in places.
  1276. tokSSD_Stage001        this is a hilly stage that goes around the side of a\nmountain on two separate occasions and at two different\n
  1277. tokSSD_Stage001a    heights. the roads are extremely fast, but top speeds\nare often compromised by trees close to the track. the\n
  1278. tokSSD_Stage001b    surface consists of sharp flint stone, making it hard to\navoid punctures when fighting for seconds.
  1279. tokSSD_Stage002        a good guide to what constitutes a classic welsh stage,\nmyherin has a twisty start that takes competitors up\n
  1280. tokSSD_Stage002a    onto a ridge before dropping into a valley. the middle part\nof the test is very fast and flowing, but there are\s
  1281. tokSSD_Stage002b    plenty\nof crests that require commitment from the driver to\nmaintain speed.
  1282. tokSSD_Stage003        the hafren complex has plenty of stage options and it's\none of the most popular venues in wales, even in snow.\n
  1283. tokSSD_Stage003a    the opening section is extremely fast but it's soon\nfollowed by twistier, more technical road, made all the\nmore\s
  1284. tokSSD_Stage003b    difficult by the freezing weather and requiring a\nwell-balanced car set-up.
  1285. tokSSD_Stage004        this stage uses extremely close junctions on more than\none occasion, meaning that drivers will be revisiting\n
  1286. tokSSD_Stage004a    familiar scenery, but dyfi's still a popular stage. the\nsnowy roads are extremely slippery and demand supreme\n                
  1287. tokSSD_Stage004b    car control, particularly as the cars climb over mountains.
  1288. tokSSD_Stage005        the final stage of the vauxhall rally of wales is quite\ntwisty and held in darkness, but committed drivers can\n               
  1289. tokSSD_Stage005a    still average high speeds. it's rougher than dyfi, making\npunctures more likely, but the quicker, flowing sections\n           
  1290. tokSSD_Stage005b    are a godsend for drivers of underpowered cars trying to\nmake up time lost in the hairpins.                                    
  1291. ; Pirelli Rally                                                                                                                                        
  1292. tokSSD_Stage006        this high-speed introduction to the kielder forest complex\nfeatures all of the legendary venue's challenging qualities.\n
  1293. tokSSD_Stage006a    there are plenty of long, fast straights with blind crests\nand the occasional narrow bridge to favour the bravest\nof\s         
  1294. tokSSD_Stage006b    drivers, and the deep ditches are capable of swallowing\nany car that strays off line.
  1295. tokSSD_Stage007        the second stage offers flat-out action from the start\nline, with one of the quickest stretches of road in kielder.\n
  1296. tokSSD_Stage007a    falstone climbs to the highest point in the entire complex\nand is a popular test, but its surface can be rougher than\nusual\s  
  1297. tokSSD_Stage007b    and time-sapping punctures are not uncommon.                                                                                   
  1298. tokSSD_Stage008        kershope's opening few miles comprise one of the most\nchallenging sections of forest rallying in britain. the road\nappears\s   
  1299. tokSSD_Stage008a    more twisty that in actually is, and braver\ndrivers can make up chunks of time as a result. fog is not\nuncommon on the higher\s
  1300. tokSSD_Stage008b    parts of the stage though,\nleaving the drivers drained of concentration.                                                      
  1301. tokSSD_Stage009        the pirelli's fourth test is a giant, the longest stage in the\nchampionship. pundershaw uses stretches\s 
  1302. tokSSD_Stage009a    of the\nchirdonhead test and as such, it has plenty of long, fast\nstraights. it demands high levels of concentration for\nevery\s
  1303. tokSSD_Stage009b    one of its 25 miles, particularly when visibility is\nreduced by freezing fog.                                                  
  1304. tokSSD_Stage010        if there is an easy stage in kielder, riccarton would claim\nthe title. it's a short blast, with a twisty start and fast,\n     
  1305. tokSSD_Stage010a    open conclusion. the chances of getting away with a\nmishap are higher, too, thanks to wider roads than the\nother stages and\s  
  1306. tokSSD_Stage010b    shallower ditches.                                                                                                             
  1307. tokSSD_Stage011        a truly international stage, newcastleton starts in\nscotland before crossing the river into england. the\nopening section is\s  
  1308. tokSSD_Stage011a    tight before drivers join a faster\nstretch of road that's also used in kershope. after that,\nthe stage sticks to lower ground\s
  1309. tokSSD_Stage011b    with faster, smoother\nroads. it's a tough finale that can win or lose the rally.                                  
  1310. ; Scottish Rally                                                                                                                                       
  1311. tokSSD_Stage012        black esk reservoir is the venue for the opening stage,\nwhich starts by winding its way around the water in the\n              
  1312. tokSSD_Stage012a    early morning gloom. a more heavily wooded section\nfollows, and there are plenty of fast straights and\nfirebreaks\s            
  1313. tokSSD_Stage012b    to test drivers' nerves. this is a popular stage\nwith spectators, because it is close to a main road.
  1314. tokSSD_Stage013        this test takes crews around the southern and western\nsides of a hill. it's one of the quickest in the rally,\s                
  1315. tokSSD_Stage013a    although the\naverage speeds might be kept low as visibility isn't\nperfect in the early morning light. you'll be\s              
  1316. tokSSD_Stage013b    lucky to see\nany spectators on this one, because it's inaccessible\nfrom the main road.
  1317. tokSSD_Stage014        an extremely picturesque stage, cardrona starts with a\nslow uphill road that ends at a tight hairpin right. the\n
  1318. tokSSD_Stage014a    middle part of the stage is based in more dense woodland\nand the road is faster and more flowing. then a downhill\n
  1319. tokSSD_Stage014b    section increases speeds and takes competitors towards\nthe finish.
  1320. tokSSD_Stage015        the fourth test, black loch, has something for everyone.\nit boasts a good, hard surface and formula two machines\n             
  1321. tokSSD_Stage015a    will revel in the fast downhill stretches that form much of\nits opening few miles, although the big drops on the\s             
  1322. tokSSD_Stage015b    right-\nhand side might lift feet off throttles. Four-wheel drive\ncars will like the twistier roads near the finish.
  1323. tokSSD_Stage016        after four short tests, glentrool brings drivers back to\nearth with 18 of scotland's most challenging forest miles.\n
  1324. tokSSD_Stage016a    its roads are pretty fast, but they can be made quicker\nby cutting selected corners. the stage speeds up\ntowards the\s
  1325. tokSSD_Stage016b    end, with a flying finish that will favour the\nskillful and brave.
  1326. tokSSD_Stage017        the longest stage in the event, ae has witnessed some\ndramatic conclusions over the years and has the ability\nto turn\s        
  1327. tokSSD_Stage017a    a results sheet on its head. its hard surface and\nfast open corners make it a favourite with both drivers\nand spectators,\s    
  1328. tokSSD_Stage017b    although the largest crowds tend to\ngather at a tight hairpin left.                                                            
  1329.  
  1330. ; Jim Clark Memorial                                                                                                                                   
  1331. tokSSD_Stage018        the first asphalt stage of the championship is a cracker:\na short, sharp blast over a narrow track. car\s      
  1332. tokSSD_Stage018a    handling\nand suspension set-ups will be at a premium here, since\nthe road is often strewn with slippery agricultural\ndeposits.\s
  1333. tokSSD_Stage018b    be careful not to clip the house on the inside of\nthe junction near the finish.
  1334. tokSSD_Stage019        bothwell is another scottish borders test that demands\nhigh levels of concentration. it has its twistier sections\nand features\s
  1335. tokSSD_Stage019a    some tight hairpins at crichness, but\ndrivers are more likely to remember the phenomenal\nspeeds reached over the faster\s      
  1336. tokSSD_Stage019b    stretches near the\nfinish.
  1337. tokSSD_Stage020        starting near the village of longformacus, on a narrow\ncountry lane, this stage uses a wide and fast b-road and\nfinishes\s     
  1338. tokSSD_Stage020a    on the abbey road. it's also the last stage of the\nrally to be run in reasonable light, so inexperienced night\ndrivers\s       
  1339. tokSSD_Stage020b    would be well advised to attack while they still\ncan.                                                                          
  1340. tokSSD_Stage021        eccles heralds the start of the merse stages, based on a\nrelatively flat area of land to the north of the river\ntweed.\s       
  1341. tokSSD_Stage021a    it features narrow country lanes, long fast\nstraights and some extremely tight bends and high\nhedges that make accurate\s      
  1342. tokSSD_Stage021b    driving essential. the fading\nlight won't help matters either.                                                                 
  1343. tokSSD_Stage022        at only two miles, langton is the shortest stage in the\nseries, but drivers still can't relax. it packs a lot\s        
  1344. tokSSD_Stage022a    into its\nshort distance, including a series of hairpins and a large\njump. this is one of the most popular stages with\n
  1345. tokSSD_Stage022b    spectators, too, and the flash bulbs can be a hindrance\nin the dark.                                                           
  1346. tokSSD_Stage023        the final stage has a bit of everything, including extremely\nfast sections on smooth roads and a series of hairpins\n          
  1347. tokSSD_Stage023a    that requires patience and concentration. again, there\ncan be agricultural deposits on the road and in the dead\nof night\s     
  1348. tokSSD_Stage023b    it can be pretty hard to gauge how high your\nlevel of grip is going to be.                                                     
  1349. ; Ulster Rally                                                                                                                                         
  1350. tokSSD_Stage024        one of northern ireland's "classic" stages, hamilton's folly\nis nearly ten miles of bumpy, narrow road in the middle of\n
  1351. tokSSD_Stage024a    the mourne mountains. with some massive jumps, it's a\ndifficult opener for both car and driver, particularly in wet\n          
  1352. tokSSD_Stage024b    conditions. many crews have fallen at the first hurdle in\nthis one.                                                            
  1353. tokSSD_Stage025        this south down stage, based near the border town of\nnewry, provides a wide range of tests for drivers. it\nstarts\s            
  1354. tokSSD_Stage025a    quickly but the road soon narrows into twisty\nlanes than can be made treacherous by the unpredictable\nirish weather.\s         
  1355. tokSSD_Stage025b    the final few miles are fast, though, and\nbased on wider, smoother asphalt.                                                    
  1356. tokSSD_Stage026        the third test is one of the most tiring for drivers, since\nit doesn't have many straights to give relief after\s              
  1357. tokSSD_Stage026a    its\ntwists and turns. although it's based on a pretty smooth\nsurface, the stage contains a large number of junctions\n
  1358. tokSSD_Stage026b    and deceptive bends that can catch out the unwary. it\nfinishes on the tricky feeney road.                                       
  1359. tokSSD_Stage027        this stage demonstrates just how tricky irish roads can\nbe. it's narrow, bumpy and twisty, with many changes of\n
  1360. tokSSD_Stage027a    direction that demand driver concentration and excellent\ncar handling. there are several dangerous series of\nbumps\s           
  1361. tokSSD_Stage027b    parkanaur forest.                                                                                                              
  1362. tokSSD_Stage028        this stage lulls the driver into a false sense of security\nwith some very quick straights in the early miles, but it\n
  1363. tokSSD_Stage028a    soon gets more difficult when the crews switch to the\nlong, twisty roads up and down coolnasillagh mountain.\n                 
  1364. tokSSD_Stage028b    once the cars return to the lowland area, they face tight\nlanes interspersed with fast, smooth sections.                       
  1365. tokSSD_Stage029        most stages in the antrim plateau are now considered\ntoo fast for modern rally cars, but tardree just sneaks in.\n
  1366. tokSSD_Stage029a    it's still the fastest test of the rally, though. this super-\nfast finale is a classic mountain stage, running along\s          
  1367. tokSSD_Stage029b    the\negde of tardree forest. there are precious few junctions\nand some very quick straights, particularly in the middle.
  1368.  
  1369. ; Manx International Rally                                                                                                                           
  1370.  
  1371. tokSSD_Stage030        the first stage of the final championship series round is a\ngood guide to the manx in general and a stern test at the\nsame\s      
  1372. tokSSD_Stage030a    time. it starts at a picturesque bridge and runs\nalongside the sea for a few miles, before cutting inland to\n               
  1373. tokSSD_Stage030b    quicker roads near the finish.                                                                                               
  1374. tokSSD_Stage031        starting from just outside the town of peel, the majority\nof this stage is on fast, narrow tracks, although nearly\n
  1375. tokSSD_Stage031a    three miles of the test is based on a wider main road.\nsome of the biggest mobil 1 championship names have\ncrashed\s
  1376. tokSSD_Stage031b    out in ballagyr in recent years, including both\ngwyndaf evans and alister mcrae in 1997.                                     
  1377. tokSSD_Stage032        one of the isle of man's many classic stages, the\ncurraghs is extremely bumpy, very narrow and incredibly\nfast. it\s         
  1378. tokSSD_Stage032a    has its twistier sections but average speeds are\nstill high. watch out for its most famous feature - the dip\nand jumps\s     
  1379. tokSSD_Stage032b    near the finish, where the test crosses the\nmain jurby road.                                                                 
  1380. tokSSD_Stage033        another manx legend, tholt-y-will starts at a famous\nbridge and passes a pub halfway up that's popular with\nspectators.\s    
  1381. tokSSD_Stage033a    two uphill hairpins take competitors onto a\nfast section on top of the mountain. it can be foggy in the\nhigher sections and\s
  1382. tokSSD_Stage033b    there are plenty of cattle grids, many\nof which are taken flat out.                                                          
  1383. tokSSD_Stage034        in daylight, injebreck is one of the manx's most challenging\nstages. in darkness, it can make or break a season. it\n
  1384. tokSSD_Stage034a    features supremely fast mountain roads that are\ninterrupted by acute hairpins. watch out for the tight\nright shortly\s       
  1385. tokSSD_Stage034b    after the start, or you could be catching the\nnext ferry back to the mainland.                                               
  1386. tokSSD_Stage035        this is one of the championship's toughest stages: more\nthan 13 miles that blend fast, open b-roads,\s                       
  1387. tokSSD_Stage035a    country lanes\nand tricky junctions, made all the harder by the pitch\ndarkness and heavy rain. if there's a title shoot-out\s 
  1388. tokSSD_Stage035b    going\ndown to the wire, there couldn't be a better test to\ndecide who wants the spoils more.                                 
  1389.  
  1390. ; SERVICE POINT DESCRIPTIONS
  1391.  
  1392. tokSPServicePointL    service point
  1393. tokSPService01        service    point 1
  1394. tokSPService02        service    point 2
  1395. tokSPService03        service    point 3
  1396. tokSPService04        service    point 4
  1397. tokSPService05        service    point 5
  1398. tokSPService06        service    point 6
  1399. tokSPService07        service    point 7
  1400. tokSPService08        service    point 8
  1401. tokSPService09        service    point 9
  1402. tokSPService10        service    point 10
  1403. tokSPService11        service    point 11
  1404. tokSPService12        service    point 12
  1405.  
  1406. ; MISCELLANEOUS STAGE BITS
  1407.  
  1408. tokEndOfLeg        end of championship
  1409. tokFinishPoint        finish
  1410. tokSBFinishPoint    finish
  1411. tokSBLocationL        location
  1412. tokSBTimeL        time
  1413. tokSBDistanceL        distance
  1414. tokSBStageL        stage
  1415. tokSBStageA        ss
  1416. tokSBLegL        leg
  1417. ;tokSBEndDayT        end of day's racing
  1418. tokSBEndMiniRalT    end of mini rally bit
  1419. tokSBWelcomeToRallyT    welcome\nto the
  1420. tokSBPosition        pos
  1421. tokSBDriverName        driver
  1422.  
  1423.  
  1424. ; CAR REPAIR/SERVICE
  1425. tokSVPServicePointT    SERVICE AREA
  1426. tokSVSetupSectionT    SET-UP SECTION
  1427. tokSVRepairSection    REPAIR SECTION
  1428. tokSVLoadSettings    LOAD SETTINGS
  1429. tokSVSaveSettings    SAVE SETTINGS
  1430. tokSVViewStages        VIEW STAGE(S)
  1431. tokSVContinue        CONTINUE
  1432. tokSVTimeAvailable    TIME AVAILABLE
  1433. tokSVTimeRemaining    TIME REMAINING
  1434. tokSVInspectionStatus    INSPECTION STATUS
  1435. tokSVExtraTime        EXTRA TIME
  1436. tokSVTimePenalty    TIME PENALTY
  1437.  
  1438.  
  1439. tokSVEngine        ENGINE
  1440. tokSVExhaust        EXHAUST
  1441. tokSVTurbo        TURBO
  1442. tokSVCooling        COOLING
  1443. tokSVClutch        CLUTCH
  1444. tokSVDifferential    DIFFERENTIAL
  1445. tokSVGearbox        GEARBOX
  1446. tokSVBody        BODY
  1447. tokSVElectrics        ELECTRICS
  1448. tokSVLights        LIGHTS
  1449. tokSVSteering        STEERING
  1450. tokSVSuspension        SUSPENSION
  1451. tokSVBrakes        BRAKES
  1452. tokSVTyres        TYRES
  1453. tokSVAcceleration    ACCELERATION
  1454. tokSVTopSpeed        TOP SPEED
  1455. tokSVSteeringSense    STEERING SENSITIVITY
  1456. tokSVSlow        SLOW
  1457. tokSVFast        FAST
  1458. tokSVBrakeBalance    BRAKE BALANCE
  1459. tokSVBack        BACK
  1460. tokSVFront        FRONT
  1461. tokSVSuspensionHeight    SUSPENSION HEIGHT
  1462. tokSVLow        LOW
  1463. tokSVHigh        HIGH
  1464. tokSVSuspensionStiffy    SUSPENSION STIFFNESS
  1465. tokSVSoft        SOFT
  1466. tokSVHard        HARD
  1467. tokSVFail        FAIL
  1468. tokSVPass        PASS
  1469.  
  1470.  
  1471. ; WEATHER STUFF
  1472.  
  1473. tokWeather001        possibilty of precipitation plus any other\ninfo that may be useful
  1474. tokWeather002        raining cats and dogs plus any other\ninfo that may be useful
  1475. tokWeather003        clear and dry plus any other\ninfo that may be useful
  1476. tokWeather004        overcast with possible rain\nplus any other info that may be    useful
  1477. tokWeather005        stormy plus any other info\nthat may be useful
  1478. tokWeather006        fog plus any other info\nthat may be useful
  1479. tokWeather007        patchy fog plus any other info\nthat may be useful
  1480. tokWeather008        snowing    ike buggery plus any other info\nthat may be useful
  1481. tokWeather009        hailstone and snow likely plus any other info\nthat may be useful
  1482. tokWeather010        warm and sunny plus any other info\nthat may be useful
  1483. tokWeather011        overcast but dry plus any other info\nthat may be useful
  1484. tokWeather012        drizzle plus any other info\nthat may be useful
  1485. tokWeather013        thunder    and lightning plus any other info\nthat may be useful
  1486. tokWeather014        tornado    warning plus any other info\nthat may be useful
  1487. tokWeather015        frosty    plus any other info\nthat may be useful
  1488. tokWeather016        wintery    showers plus any other info\nthat may be useful
  1489.  
  1490.  
  1491. ; LOADING
  1492. ;LS=Load/Save
  1493.  
  1494. tokLSLoadChampT        LOAD CHAMPIONSHIP
  1495. tokLSSaveChampT        SAVE CHAMPIONSHIP
  1496. tokLSSaveCSetsT        SAVE CAR SETUP
  1497. tokLSLoadCSetsT        LOAD CAR SETUP
  1498. tokLSSaveReplayT    SAVE REPLAY
  1499. tokLSLoadReplayT    LOAD REPLAY
  1500. tokLSEmpty        empty
  1501. tokLSConfirmOverwrite    overwrite file?\nyes/no
  1502.  
  1503. tokLSNextPage        NEXT PAGE
  1504. tokLSReturn        BACK
  1505.  
  1506. tokLSPlayer        player
  1507. tokLSRally        rally
  1508. tokLSChampionship    championship
  1509.  
  1510.  
  1511. ; RESULTS
  1512.  
  1513. tokRESStageClassT    CLASS STAGE RESULTS
  1514. tokRESStageOverallT    OVERALL STAGE RESULTS
  1515. tokRESLBoardClassT    CLASS LEADERBOARD
  1516. tokRESLBoardOverallT    OVERALL LEADERBOARD
  1517. tokRESBestTimesT    BEST TIMES
  1518. tokRESLBoardFinalCT    CLASS LEADERBOARD
  1519. tokRESLBoardFinalOT    OVERALL LEADERBOARD
  1520. tokRESTopTwentyTimesT    TOP TEN BEST TIMES
  1521. tokRESChampCLBT        CLASS CHAMPIONSHIP
  1522. tokRESChampOLBT        OVERALL CHAMPIONSHIP
  1523.  
  1524. tokRESNoScore        -
  1525. tokRES_R1        r1
  1526. tokRES_R2        r2
  1527. tokRES_R3        r3
  1528. tokRES_R4        r4
  1529. tokRES_R5        r5
  1530. tokRES_R6        r6
  1531. tokRES_Total        total
  1532.  
  1533. tokRESRetired        RET
  1534. tokRESDNF        DNF
  1535.  
  1536.  
  1537. ; REVIEW OPTIONS
  1538.  
  1539. tokROPReviewOptionsT    REVIEW OPTIONS
  1540. tokROPContinue        continue with rally
  1541. tokROPContinueChamp    continue championship
  1542. tokROPSaveRally        save rally
  1543. tokROPReplayHighlights    view video replay
  1544. tokROPSaveHighlights    save video replay
  1545. tokROPOptions        options
  1546. tokROPRetire        retire from rally
  1547. tokROPReturnToMain    return to main menu
  1548. tokROPRestartRally    restart rally
  1549.  
  1550. ;ARCADE MODE ROP'S
  1551. tokROPRestartLevel    restart level
  1552.  
  1553. ; IN GAME OPTIONS STUFF
  1554.  
  1555. tokIGInGameOptionsT    IN-GAME OPTIONS
  1556.  
  1557. ; REPLAY
  1558.  
  1559.  
  1560. ; LOAD/SAVE        GAME
  1561.  
  1562.  
  1563. ; END OF RALLY SCREENS
  1564.  
  1565. ; INSPECTION
  1566. tokISInspectionT    INSPECTION AREA
  1567. tokISPassed        passed inspection
  1568. tokISFailed        your car has failed the inspection check on
  1569.  
  1570. tokISEngine        severe engine damage
  1571. tokISBodywork        bodywork trashed
  1572. tokISExhaust        exhaust failure
  1573. tokISElectrics        electrical fault
  1574. tokISLights        broken lights
  1575. tokISCooling        cooling system failure
  1576. tokISSteering        steering unsafe
  1577. tokISClutch        clutch failure
  1578. tokISSuspension        suspension damage
  1579. tokISDifferential    differnetial broken
  1580. tokISBrakes        brakes unsafe
  1581. tokISGearbox        gearbox broken
  1582. tokISTyresWear        unacceptable tyre wear
  1583.  
  1584.  
  1585.  
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591. ; CAR        SETUP
  1592.  
  1593. tokCSTCarSetupT        CAR SETUP
  1594. tokCSTViewStage        VIEW STAGE
  1595. tokCSTLoadSetup        load car setup
  1596. tokCSTSaveSetup        save car setup
  1597.  
  1598.  
  1599. ; COURSE SETUP
  1600.  
  1601. ; TRACK SETUP
  1602.  
  1603. ; CAR OPTIONS
  1604.  
  1605. ; WEATHER SETUP
  1606.  
  1607. ; TRACK EDITOR
  1608.  
  1609. ; CREATE TRACK
  1610.  
  1611. ; MODIFY TRACK
  1612.  
  1613. ; PLAY TRACK
  1614.  
  1615. tokPlayTrackT        play track
  1616.  
  1617. ; QUIT SCREENS
  1618. tokExitToWindowsT    are you sure you wish to\nexit to windows?
  1619. tokExit            exit to windows
  1620. tokQuit            are you sure?
  1621. tokRetire        are you sure you\nwish to retire?
  1622. tokExitT        EXIT TO WINDOWS
  1623. tokRetireT        RETIRE
  1624.  
  1625. ; AUDIO    SETTINGS
  1626.  
  1627. tokMusicSettingsT    MUSIC SETTINGS
  1628. tokAudioSettingsT    AUDIO SETTING
  1629. tokGeneralMusic        general music:
  1630. tokIngameMusic        in-game    music:
  1631. tokGeneralSfx        general    effects:
  1632. tokIngameSfx        in-game    effects:
  1633. tokCarEngine        car engine:
  1634. tokSpeech        speech:
  1635. tokPlayback        playback:
  1636. tokContinuous        continuous
  1637. tokSelectable        selectable
  1638. tokTestSounds        test sounds
  1639.  
  1640. ; MUSIC SELECTION
  1641.  
  1642.  
  1643. ; GENERAL INFORMATION
  1644.  
  1645.  
  1646. ; CAR INFORMATION
  1647.  
  1648. ;** TIGHTISH SPACE: KEEP TRANSLATION SIMILAR LENGTH
  1649. tokPower        power:\s
  1650. tokBHP            bhp
  1651. tokKW            kW
  1652. tokRPM            rpm
  1653. tokMM            mm
  1654.  
  1655. ;** TIGHTISH SPACE: KEEP TRANSLATION SIMILAR LENGTH
  1656. tokTorque        torque:\s
  1657. tokLBFT            lb.ft
  1658. tokKGM            kg.m
  1659. tokKG            kg
  1660. tokLB            lb
  1661. ; IN-GAME TEXT
  1662.  
  1663. ;** THE MAXIMUM LENGTH OF IN-GAME TEXT IS 32 CHARACTERS
  1664.  
  1665. ;            |<--------- 32 chrs ---------->|
  1666. tokGo            Go!
  1667. tokCheckpoint        Checkpoint
  1668.  
  1669.  
  1670. ; SETUP LINK
  1671.  
  1672.  
  1673.  
  1674.  
  1675. ; COUNTRY NAMES AND FLAGS
  1676.  
  1677.  
  1678. ; TRACK NAMES
  1679.  
  1680.  
  1681. ; MISCELLANEOUS TEXT
  1682.  
  1683. tok1            1
  1684. tok2            2
  1685. tok3            3
  1686. tok4            4
  1687. tok5            5
  1688. tok6            6
  1689. tok7            7
  1690. tok8            8
  1691. tok9            9
  1692. tokNone            none
  1693.  
  1694. tokAccept        continue
  1695.  
  1696. tokSort            sort
  1697.  
  1698. tokNo            no
  1699. tokYes            yes
  1700.  
  1701. tokOff            off
  1702. tokOn            on
  1703.  
  1704. tokMiles        m
  1705. tokKilometres        km
  1706.  
  1707. tokYards        yds
  1708. tokMetres        m
  1709.  
  1710. tokMPH            mph
  1711. tokKPH            km/h
  1712.  
  1713. tokCelsius        ░C
  1714. tokFarenheit        ░F
  1715.  
  1716. ;** n/a="not available" ie unknown/restricted data translate accordingly
  1717. tokNA            n/a
  1718.  
  1719. tokPlusSign        +
  1720. tokDash            -
  1721.  
  1722. ; KEY NAMES
  1723.  
  1724. ;** KEYBOARD KEY NAMES
  1725.  
  1726. ;** TRANSLATE THE WORDY ONES EG "Enter", "Left Shift" ETC
  1727. ;** THE SINGLE CHARACTER ONES WON'T REQUIRE TRANSLATION
  1728. ;** DON'T COMPENSATE FOR THE KEYBOARD LAYOUT EG GERMAN Y-Z SWAP
  1729. ;** THE GAME HANDLES EVERYTHING ABOUT THE LOCALE
  1730.  
  1731. tokRK_esc        escape
  1732. tokRK_1            1
  1733. tokRK_2            2
  1734. tokRK_3            3
  1735. tokRK_4            4
  1736. tokRK_5            5
  1737. tokRK_6            6
  1738. tokRK_7            7
  1739. tokRK_8            8
  1740. tokRK_9            9
  1741. tokRK_0            0
  1742. tokRK_minus        -
  1743. tokRK_equal        =
  1744. tokRK_backspace        backspace
  1745. tokRK_tab        tab
  1746. tokRK_q            q
  1747. tokRK_w            w
  1748. tokRK_e            e
  1749. tokRK_r            r
  1750. tokRK_t            t
  1751. tokRK_y            y
  1752. tokRK_u            u
  1753. tokRK_i            i
  1754. tokRK_o            o
  1755. tokRK_p            p
  1756. tokRK_sqbra        [
  1757. tokRK_sqket        ]
  1758. tokRK_enter        enter
  1759. tokRK_lctrl        left ctrl
  1760. tokRK_a            a
  1761. tokRK_s            s
  1762. tokRK_d            d
  1763. tokRK_f            f
  1764. tokRK_g            g
  1765. tokRK_h            h
  1766. tokRK_j            j
  1767. tokRK_k            k
  1768. tokRK_l            l
  1769. tokRK_scolon        \;
  1770. tokRK_quote        '
  1771. tokRK_bquote        `
  1772. tokRK_lshift        left shift
  1773. tokRK_hash        #
  1774. tokRK_z            z
  1775. tokRK_x            x
  1776. tokRK_c            c
  1777. tokRK_v            v
  1778. tokRK_b            b
  1779. tokRK_n            n
  1780. tokRK_m            m
  1781. tokRK_comma        ,
  1782. tokRK_dot        .
  1783. tokRK_slash        /
  1784. tokRK_rshift        right shift
  1785. tokRK_kstar        keypad *
  1786. tokRK_lalt        left alt
  1787. tokRK_space        space
  1788. tokRK_capslock        caps lock
  1789. tokRK_f1        f1
  1790. tokRK_f2        f2
  1791. tokRK_f3        f3
  1792. tokRK_f4        f4
  1793. tokRK_f5        f5
  1794. tokRK_f6        f6
  1795. tokRK_f7        f7
  1796. tokRK_f8        f8
  1797. tokRK_f9        f9
  1798. tokRK_f10        f10
  1799. tokRK_numlock        numeric lock
  1800. tokRK_scrlock        scroll lock
  1801. tokRK_k7        keypad 7
  1802. tokRK_k8        keypad 8
  1803. tokRK_k9        keypad 9
  1804. tokRK_kminus        keypad -
  1805. tokRK_k4        keypad 4
  1806. tokRK_k5        keypad 5
  1807. tokRK_k6        keypad 6
  1808. tokRK_kplus        keypad +
  1809. tokRK_k1        keypad 1
  1810. tokRK_k2        keypad 2
  1811. tokRK_k3        keypad 3
  1812. tokRK_k0        keypad 0
  1813. tokRK_kdot        keypad .
  1814. tokRK_sysreq        sysreq
  1815. tokRK_bslash        \\
  1816. tokRK_f11        f11
  1817. tokRK_f12        f12
  1818. tokRK_kenter        keypad enter
  1819. tokRK_rctrl        right ctrl
  1820. tokRK_kslash        keypad /
  1821. tokRK_prtscn        prtscn
  1822. tokRK_ralt        right alt
  1823. tokRK_home        home
  1824. tokRK_up        up
  1825. tokRK_pgup        page up
  1826. tokRK_left        left
  1827. tokRK_right        right
  1828. tokRK_end        end
  1829. tokRK_down        down
  1830. tokRK_pgdn        page down
  1831. tokRK_insert        insert
  1832. tokRK_delete        delete
  1833. tokRK_pause        pause
  1834. tokRK_break        break
  1835. ;** LEFT/MIDDLE/RIGHT MOUSE BUTTON
  1836. tokRK_lmb        lmb
  1837. tokRK_mmb        mmb
  1838. tokRK_rmb        rmb
  1839. tokRK_lwin        left windows
  1840. tokRK_rwin        right windows
  1841. tokRK_select        select
  1842.  
  1843. tokRK_sharp_s        ▀
  1844. tokRK_umlaut_a        ─
  1845. tokRK_umlaut_o        ╓
  1846. tokRK_umlaut_u        ▄
  1847. tokRK_circumflex    circumflex
  1848. tokRK_acute        acute
  1849. tokRK_grave        grave
  1850. tokRK_lchevron        <
  1851.  
  1852. tokRK_ampersand        &
  1853. tokRK_acute_e        Θ
  1854. tokRK_dquote        "
  1855. tokRK_grave_e        Φ
  1856. tokRK_uscore        _
  1857. tokRK_cedilla_c        τ
  1858. tokRK_cedilla_C        ╟
  1859. tokRK_grave_a        α
  1860. tokRK_bra        (
  1861. tokRK_ket        )
  1862. tokRK_dollar        $
  1863. tokRK_grave_u        ∙
  1864. tokRK_star        *
  1865. tokRK_super2        ▓
  1866. tokRK_colon        :
  1867. tokRK_plus        +
  1868. tokRK_pling        !
  1869. tokRK_npling        í
  1870. tokRK_tilde_N        ╤
  1871. tokRK_mord        ║
  1872. tokRK_grave_i        ∞
  1873. tokRK_grave_o        ≥
  1874.  
  1875. ; COUNTRY NAMES
  1876.  
  1877. tokGREATBRITAIN        great britain
  1878. tokARGENTINA        argentina
  1879. tokAUSTRAILIA        australia
  1880. tokAUSTRIA        austria
  1881. tokBELGIUM        belgium
  1882. tokBRAZIL        brazil
  1883. tokCANADA        canada
  1884. tokCHINA        china
  1885. tokCZECHREPUBLIC    czech republic
  1886. tokDENMARK        denmark
  1887. tokEGYPT        egypt
  1888. tokFINLAND        finland
  1889. tokFRANCE        france
  1890. tokGERMANY        germany
  1891. tokGREECE        greece
  1892. tokHUNGARY        hungary
  1893. tokINDIA        india
  1894. tokINDONESIA        indonesia
  1895. tokIRELAND        ireland
  1896. tokISRAEL        israel
  1897. tokITALY        italy
  1898. tokJAPAN        japan
  1899. tokKENYA        kenya
  1900. tokKOREA        korea
  1901. tokMALAYSIA        malaysia
  1902. tokMEXICO        mexico
  1903. tokMOROCCO        morocco
  1904. tokNETHERLANDS        netherlands
  1905. tokNORWAY        norway
  1906. tokPHILIPPINES        philippines
  1907. tokPOLAND        poland
  1908. tokPORTUGA        portugal
  1909. tokRUSSIA        russia
  1910. tokSAUDIARABIA        saudi arabia
  1911. tokSINGAPORE        singapore
  1912. tokSOUTHAFRICA        south africa
  1913. tokSPAIN        spain
  1914. tokSWEDEN        sweden
  1915. tokSWITZERLAND        switzerland
  1916. tokUSA            united states
  1917.  
  1918. ; NAMES FOR HIGH SCORE TABLES
  1919.  
  1920. tokName000        danny hartley
  1921. tokName001        shaun southern
  1922. tokName002        ian lewis
  1923. tokName003        doug braisby
  1924. tokName004        andrew morris
  1925. tokName005        ian davies
  1926. tokName006        lee fahy
  1927. tokName007        dave makin
  1928. tokName008        graham bevins
  1929. tokName009        debbie bevins
  1930. tokName010        matthew bevins
  1931. tokName011        adam bevins
  1932. tokName012        barrie taylor
  1933. tokName013        mike mee
  1934. tokName014        ric turner
  1935. tokName015        andy seymour
  1936. tokName016        sarah lewington
  1937. tokName017        sam donahoe
  1938. tokName018        nolan worthington
  1939. tokName019        merlyn lear
  1940. tokName020        gary switzer
  1941. tokName021        richard vanner
  1942. tokName022        darren ithell
  1943. tokName023        andy bolt
  1944. tokName024        simon butler
  1945. tokName025        tom seymour
  1946. tokName026        sara st angelo
  1947. tokName027        cindy st angelo
  1948. tokName028        dave sullivan
  1949. tokName029        guy moss
  1950. tokName030        michelangelo pignani
  1951. tokName031        john p^2        ;pallett-plowright
  1952. tokName032        jimmy alamparambil
  1953. tokName033        angela lumby
  1954. tokName034        raymond spatschek
  1955. tokName035        janice spatschek
  1956. tokName036        pete read
  1957. tokName037        chris wilson
  1958. tokName038        rita wilson
  1959. tokName039        andy smith
  1960. tokName040        debbie smith
  1961. tokName041        yip wong
  1962. tokName042        julie moorhouse
  1963. tokName043        karen moorhouse
  1964. tokName044        tony samuels
  1965. tokName045        imogen carter
  1966. tokName046        rachel endawi
  1967. tokName047        richard miles
  1968. tokName048        bernie o'leary
  1969. tokName049        caroline lopez
  1970. tokName050        phil sheen
  1971. tokName051        richard norris
  1972. tokName052        darren cooper
  1973. tokName053        richard jones
  1974. tokName054        tony fahy
  1975. tokName055        tim page
  1976. tokName056        craig lewis
  1977. tokName057        paula jones
  1978. tokName058        leanne noble
  1979. tokName059        craig griffiths
  1980. tokName060        andrew beith
  1981. tokName061        tom beith
  1982. tokName062        richard evans
  1983. tokName063        rachel evans
  1984.  
  1985. ; MADE UP NAMES
  1986.  
  1987. tokName064        karen cooper
  1988. tokName065        dave cooper
  1989. tokName066        simon waller
  1990. tokName067        steve crompton
  1991. tokName068        jaquie currie
  1992. tokName069        mark purslow
  1993. tokName070        sarah golden
  1994. tokName071        clive mcrea
  1995. tokName072        nigel gleeson
  1996. tokName073        sven hakamin
  1997. tokName074        terry bootson
  1998. tokName075        peter ratchett
  1999. tokName076        klaus volderkopf
  2000. tokName077        sian garth
  2001. tokName078        joe jarrott
  2002. tokName079        paul kimberley
  2003. tokName080        steven brodmann
  2004. tokName081        torvan lakavitch
  2005. tokName082        petran donavichi
  2006. tokName083        patrick waldon
  2007. tokName084        jordan mariano
  2008. tokName085        thomas brookman
  2009. tokName086        carlos giliano
  2010. tokName087        frank turner
  2011. tokName088        jan veltaberg
  2012. tokName089        bob waterford
  2013. tokName090        hans kruger
  2014. tokName091        stefan romero
  2015. tokName092        david kiddermann
  2016. tokName093        torkel vladamin
  2017. tokName094        gavin smith
  2018. tokName095        chris johnson
  2019. tokName096        phil walker
  2020. tokName097        john williams
  2021. tokName098        elaine williams
  2022. tokName099        mark elderidge
  2023. tokName100        barry marlow
  2024. tokName101        mark carling
  2025. tokName102        jerry broughton
  2026. tokName103        thomas matterson
  2027. tokName104        jill harper
  2028. tokName105        gerald tattersley
  2029. tokName106        gordon underwood
  2030. tokName107        adrian jefferson
  2031. tokName108        pierce mcgovern
  2032. tokName109        per gessle
  2033. tokName110        marcus armstrong
  2034. tokName111        jo pinderfield
  2035. tokName112        tim frodsham
  2036. tokName113        sandy smith
  2037. tokName114        victor davenport
  2038. tokName115        jeff longley
  2039. tokName116        nicki wallin
  2040. tokName117        christer jansson
  2041. tokName118        marie fredriksson
  2042. tokName119        charlie bradbury
  2043. tokName120        caroline glass
  2044. tokName121        gary burton
  2045. tokName122        paul atreides
  2046. tokName123        vicky morris
  2047. tokName124        rachael hughes
  2048. tokName125        helen preistly
  2049. tokName126        john pollit
  2050. tokName127        janet jones
  2051. tokName128        carly jones
  2052. tokName129        bill golding
  2053. tokName130        william dray
  2054. tokName131        tommy frier
  2055. tokName132        kurt schaffer
  2056. tokName133        donald wentworth
  2057. tokName134        matt dingle
  2058. tokName135        ian mcdonald
  2059. tokName136        alan oldsworth
  2060. tokName137        edward fulcrum
  2061. tokName138        sean stanford
  2062. tokName139        dean tollerfield
  2063. tokName140        gordon simpkins
  2064. tokName141        billy atkins
  2065. tokName142        jill buckley
  2066. tokName143        oswald bell
  2067. tokName144        ivan rubinski
  2068. tokName145        neil jones
  2069. tokName146        fredrick york
  2070. tokName147        sid waltham
  2071. tokName148        michael turpin
  2072. tokName149        zoe helkin
  2073. tokName150        gina shaw
  2074. tokName151        herbert brown
  2075. tokName152        rob butterworth
  2076. tokName153        owen roberts
  2077. tokName154        terry young
  2078. tokName155        peter cooper
  2079. tokName156        janice cook
  2080. tokName157        karl juno
  2081. tokName158        tracy walker
  2082. tokName159        andrew doogle
  2083. tokName160        gavin stewart
  2084. tokName161        walter sterling
  2085. tokName162        jacob aston
  2086. tokName163        kevin blackwell
  2087. tokName164        kim withershaw
  2088. tokName165        rick savage
  2089. tokName166        benny baker
  2090. tokName167        jane ash
  2091. tokName168        harry mitchel
  2092. tokName169        ebo richardson
  2093. tokName170        jake porter
  2094. tokName171        dave barton
  2095. tokName172        jon andersson
  2096. tokName173        kate underhill
  2097. tokName174        gary harper
  2098. tokName175        geoff rachards
  2099. tokName176        brian ricardo
  2100. tokName177        clifford draper
  2101. tokName178        ashley bagee
  2102. tokName179        clive doyle
  2103.  
  2104.  
  2105. ;!!! EEEK REAL NAME ALERT !!!!
  2106.  
  2107. tokName180        derek ringer
  2108. tokName181        david senior
  2109. tokName182        howard davies
  2110. tokName183        tapio jarvi
  2111. tokName184        andrew bargery
  2112. tokName185        rachael simmonite
  2113. tokName186        art mcgoven
  2114. tokName187        arto kapanen
  2115. tokName188        sean kelly
  2116. tokName189        arne johansson
  2117. tokName190        lisa addy
  2118. tokName191        claire mole
  2119. tokName192        alun cook
  2120. tokName193        chris wood
  2121. tokName194        julia rabbett
  2122. tokName195        bruno berglund
  2123. tokName196        trevor agnew
  2124. tokName197        roger freeman
  2125. tokName198        kari kajula
  2126. tokName199        micky beech
  2127. tokName200        esko mertsalmi
  2128. tokName201        eurig evans
  2129. tokName202        stephen griffiths
  2130. tokName203        craig thorley
  2131. tokName204        per westman
  2132. tokName205        alan thomas
  2133. tokName206        terry atherton
  2134. tokName207        jukka aho
  2135. tokName208        rhydian welson
  2136. tokName209        ian vevan
  2137. tokName210        graham brunton
  2138. tokName211        steve egglestone
  2139. tokName212        mark cassidy
  2140. tokName213        julie barry
  2141. tokName214        richard ceen
  2142. tokName215        simon warner
  2143. tokName216        allan harryman
  2144. tokName217        bill ballantyne
  2145. tokName218        peter foy
  2146. tokName219        kenneth bowman
  2147. tokName220        simon gregson
  2148. tokName221        donald mclaren
  2149. tokName222        chris thirling
  2150. tokName223        graham hopewell
  2151. tokName224        shaun o'gorman
  2152. tokName225        cathy phillipson
  2153. tokName226        suzanne emiliani
  2154. tokName227        graham whitaker
  2155. tokName228        robin kellard
  2156. tokName229        pauline taylor
  2157. tokName230        breeshy christian
  2158. tokName231        phil gooch
  2159. tokName232        andrew cook
  2160. tokName233        sharon glendinning
  2161. tokName234        andy elcomb
  2162. tokName235        steve cressey
  2163. tokName236        paul nolan
  2164. tokName237        keith parker
  2165. tokName238        rick forster
  2166. tokName239        barry young
  2167. tokName240        pam lee
  2168. tokName241        david taylor
  2169. tokName242        jason austin
  2170. tokName243        roger close
  2171. tokName244        paul gosling
  2172. tokName245        phil spilstead
  2173. tokName246        robert duck
  2174. tokName247        colin thompson
  2175. tokName248        judie chidwick
  2176. tokName249        david leonard
  2177. tokName250        alexandra bohm
  2178. tokName251        paul burns
  2179. tokName252        andrew dugdale
  2180. tokName253        rob smith
  2181. tokName254        david atack
  2182. tokName255        steph green
  2183. tokName256        nick chilton
  2184. tokName257        aled pennant
  2185.  
  2186. tokName258        grant garbron
  2187. tokName259        fred mee
  2188. tokName260        giles henderson
  2189. tokName261        tony vitti
  2190. tokName262        simon monkhouse
  2191. tokName263        jimmy fitzgerald
  2192. tokName264        peter mckeneny
  2193. tokName265        dave fitzgerald
  2194. tokName266        phil gee
  2195. tokName267        sam peanut
  2196. tokName268        lars googleheim
  2197. tokName269        rene donnbury
  2198. tokName270        kayleigh martin
  2199. tokName271        terry hartcher
  2200. tokName272        pol goodman
  2201. tokName273        garion holdswoth
  2202. tokName274        barak trellheim
  2203. tokName275        kheldar sventon
  2204. tokName276        rundorig caston
  2205. tokName277        buck cherry
  2206. tokName278        stills noftgern
  2207. tokName279        soonam doodad
  2208. tokName280        tiam carrera
  2209. tokName281        jon jovi
  2210. tokName282        mike peters
  2211. tokName283        nigel buckle
  2212. tokName284        david sharp
  2213. tokName285        eddie mcdonald
  2214. tokName286        paul nineirons
  2215. tokName287        stuart morrow
  2216. tokName288        ken croston
  2217. tokName289        neil finn
  2218. tokName290        peter duffy
  2219. tokName291        welsley felps
  2220. tokName292        julie goodyear
  2221. tokName293        sam dingle
  2222. tokName294        butch dingle
  2223. tokName295        nigel wynne
  2224. tokName296        ted bevins
  2225. tokName297        howard moore
  2226. tokName298        sam beckett
  2227. tokName299        michelle moore
  2228. tokName300        ruth bevins
  2229.  
  2230.  
  2231.  
  2232. ; SOME SPARE SLOTS
  2233.  
  2234. tokSpare0        {}
  2235. tokSpare1        {}
  2236. tokSpare2        {}
  2237. tokSpare3        {}
  2238. tokSpare4        {}
  2239. tokSpare5        {}
  2240. tokSpare6        {}
  2241. tokSpare7        {}
  2242. tokSpare8        {}
  2243. tokSpare9        {}
  2244.  
  2245.  
  2246. ; POSITION STUFF
  2247.  
  2248. tokPOS1st        1st
  2249. tokPOS2nd        2nd
  2250. tokPOS3rd        3rd
  2251. tokPOS4th        4th
  2252. tokPOS5th        5th
  2253. tokPOS6th        6th
  2254. tokPOS7th        7th
  2255. tokPOS8th        8th
  2256. tokPOS9th        9th
  2257. tokPOS10th        10th
  2258. tokPOS11th        11th
  2259. tokPOS12th        12th
  2260. tokPOS13th        13th
  2261. tokPOS14th        14th
  2262. tokPOS15th        15th
  2263. tokPOS16th        16th
  2264. tokPOS17th        17th
  2265. tokPOS18th        18th
  2266. tokPOS19th        19th
  2267. tokPOS20th        20th
  2268. tokPOS21st        21st
  2269.  
  2270.  
  2271. tokPOSDNF        DNF
  2272.  
  2273.  
  2274. ;DANNY ????????????
  2275. tokDefHostName    x
  2276. tokConnection         x
  2277. tokMaxPlayers        x
  2278. tokIPAddress        x
  2279. tokDone         x
  2280. tokDefault        x
  2281. tokDisconnecting    x
  2282. tokHostGameT        x
  2283. tokJoinGame        x
  2284. tokHostName        x
  2285. tokNetChatArea        x
  2286. tokConnecting        x
  2287. tokChooseConnect    x
  2288. tokHostingSession    x
  2289. tokFindingSessions    x
  2290. tokJoiningSession    x
  2291. tokJoinGameT        x    
  2292.  
  2293. tokSetupNetworkT    x
  2294. tokNetChatAreaT        x
  2295. tokNetChatArenaT    x
  2296. tokChooseConnection    x
  2297. tokChooseSession    x
  2298. tokShowingPlayers    x
  2299. tokRacing    x
  2300. tokNetChooseCar          aasdx
  2301. tokNetChooseTrack    dsfsdfx
  2302. tokNetChat        x
  2303. tokKeepSavedData    x
  2304. tokNetStart    x
  2305. tokNetStageTime        ccxxcx
  2306. tokNetTotalTime        xczx
  2307. tokNetChooseStage    jsdkjfh
  2308.  
  2309.